html, body {
	height: 100%;
}

.centeredcontents {
	width: 1024px;
	height: 600px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -512px; 
	margin-top: -300px; 

}
