html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFCC;
	font-family: arial, sans-serif;
}

#outer_container {
	width: 100%;
	height: 768px;
	background: url(/images/sword_bg.jpg) #FFFFCC repeat-y 100% 0%;
}

#inner_container {
	width: 100%;
	height: 768px;
	background: url(/images/sword.jpg) no-repeat 100% 0%;
}

#title {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 300px;
	font-size: 40px;
	font-weight: bolder;
	color: #660000;
	font-variant: small-caps;
}

#content {
	position: relative;
	padding: 130px 225px 10px 10px;
}

.error_text {
	color: #FF0000;
	font-weight: bolder;
}
.button {
	border: 2px solid #006600;
	background-color: #339933;
	color: #FFFFFF;
	font-weight: bolder;
	padding: 3px;
	cursor: pointer;
}
