/* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */ 


body {
	background-color:#ffffff;
	margin: 0px;
	padding: 0px;
}

#centercontent
{
	margin-left: -500px;
	margin-top: -400px;
	position: absolute;
	top: 50%;
	left: 50%;
}