html,body {height:100%}
body{
	background-color: #373D20;
	margin: 0;
	padding: 0;
}


#contentcontainer{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 550px;
	margin-left: -380px;
	margin-top: -275px;
}
