@charset "UTF-8";
/* CSS Document */

.header {
}
.navigation {
}
.mainbody {
	background-color: #333333;
	width: 1000px;
	z-index: 500;
	background-image: url(images/shading.jpg);
	background-position: top;
	background-repeat: repeat-x;
}
.maincontainer {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	height: 1750px;
}
.footer {
	background-color: #AEA73E;
	width: 1000px;
	height: 50px;
	z-index: 1000;
}
