@charset "UTF-8";
body,td,th {
	color: #f8f4f4;
}
body {
	background-color: #909753;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #f8f4f4;
	text-decoration: none;
	background-color: #909753;
}
a:visited {
	text-decoration: none;
	color: #f8f4f4;
}
a:hover {
	text-decoration: none;
	color: #99CC99;
}
a:active {
	text-decoration: none;
	color: #f8f4f4;
}
#L_header {
	position:absolute;
	width:100%;
	height:130px;
	z-index:1;
	left: 0px;
	top: 4px;
}
#content {
	position:absolute;
	left:0px;
	top:180px;
	width:100%;
	height:600px;
	z-index:2;
}
#footer {
	position:absolute;
	left:0px;
	top:780px;
	width:100%;
	height:75px;
	z-index:3;
}
