body{
	background-color:#425e34;
	margin:0px;
	padding:0px;
	}

p{color: black}

#wrapper{
	background-color:white;
	width:939px;
	height:1170px;
	margin-left:auto;
	margin-right:auto;
}

#footer{
	height:130px;
}

#background{
	background-color:#DED0AD;
	width:926px;
	height:1163px;
	margin-left:auto;
	margin-right:auto;
}

#Header{
	background-color:white;
	width:926px;
	height:353px;
	position:absolute;
	top:40px;
}

#HeaderPic{
	position:absolute;
	top:5px;
}

#Content{
	margin-top: 353px;
	background-color:#DED0AD;
	height: 770px;
	width: 926px;
	}

