@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #feffff;
	text-decoration: none;
	background-color: #000000;
	text-align: center;
	margin: 0px;
}
#top {
	background-image: url(../images/bg_top.jpg);
	height: 105px;
	background-repeat: no-repeat;
	background-position: center center;
}
#center {
	background-image: url(../images/bg_center.jpg);
	background-position: center center;
	height: 431px;
	background-repeat: no-repeat;
}
#below {
	background-image: url(../images/bg_below1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 29px;
	text-align: center;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #feffff;
	text-decoration: none;
}
#content {
	height: 290px;
}

a.footer:link, a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #feffff;
	text-decoration: none;
}
a.footer:hover, a.footer:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
a.content:link, a.content:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #feffff;
	text-decoration: none;
}
a.content:hover, a.content:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}
.footer_noli {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
}

#below2 {
	background-image: url(../images/bg_below2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	text-align: center;
}
.field1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #feffff;
	text-decoration: none;
	background-color: #3b3e2e;
	width: 210px;
	border: 1px solid #feffff;
	padding: 4px;
}
.button {
	background-color: #262721;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FeFFFF;
	border: 1px solid #3b3e2e;
	height: 25px;
	width: 55px;
}

