#topwrapper {
	width:1200px;
	height:380px; /* original height is 430px */
	border:1px solid black;
}
#whitebox {
	width:1200px;
	height:1260px;
	background-color:white;
	margin-bottom:50px;
	padding-top: 50px;
}
body {
	background-color:black;
}
#contentarea{
	width: 1200px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
