* {
	margin: 0px;
	padding: 0px;
	border: 0;
	text-decoration: none;
}



html, body {
	height: 100%;
	background-image: url(images/Wheathered_wood.jpg);
	text-align: center;
	width: 100%;
}
#header {
	width: 850px;
	height: 269px;
}
#container {
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}


#maincontent {
	width: 850px;
	background-color: #96A797;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	height: 350px;
}
#footer {
	height: 225px;
}
