body, html {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	background-color: #414826;
	text-align: center;
}
.clear {
	clear: both;
}



#container {
	width: 771px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 2%;
}
#footer {
	width: 800px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
#footer a,#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8B9A51;
	text-decoration: none;
}
#copyright {
	float: left;
	margin-top: 4px;
}
#content {
	font-size: 9px;
	position: absolute;
	left: 0px;
	top: 20px;
	width: 200px;
	overflow: hidden;
	height: 2px;
	text-indent: 30000px;
	color: #414826;
}
