/*body and div containers*/
html {
	height: 100%;
}

body {
	background-color: #ffffff;
	height: 100%;
	text-align: center;
}

#rogier
{
	width:100%;
	height: 1px; /* required for IE to properly center vertically */
   position:relative;
   top:50%
	
}
