#maincontainer {
	width: 800px;
	position: static;
	background-attachment: scroll;
	height: 100%;













}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	height: 100px;
	background-image: url(../img/header.jpg);
	font-size: 2em;
	vertical-align: baseline;












}
#background {
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;



}
#content {
	background-color: #E0E0DE;
	height: 500px;
	overflow: auto;


}
