#wrapper{
	overflow:hidden;
}
main{
	padding:0;
}
#aboutdiv{
	margin-left:40px;
	background:rgba(29, 95, 122,.2);
	width:580px;
	height:560px;
	padding:20px 40px;
	position:relative;
	top:-665px;
	border-radius:0px 20px 20px 0px;
}
#aboutdiv p{
	font-size:1.3em;
}
#secondnav{
	margin-top:-604px;
}
footer{
	margin-bottom:-604px;
}