@CHARSET "ISO-8859-1";

#body{
	background-color: #1e3012;
	margin: 0px;
	padding: 0px;
}
#choose{
	padding-top: 22px;
	text-align: center;
}
#middle_bar{
	background-color: #334010;
	border-top: solid 1px #f0cc01;
	border-bottom: solid 1px #f0cc01;
	height: 285px;
	width: 100%;
	position: absolute;
	top: 100px;
	text-align: center;
	padding-top: 15px;
}
#footer{
	color: #f0cc01;
	font-family: sans-serif;
	font-size: 13px;
	position: absolute;
	top: 410px;
	text-align: center;
	width: 100%;
}