@charset "utf-8";
/* CSS Document */
/* html, dody & #frame rules zorgen voor de relatieve verticale en horizontale positionering van de div #frame 
alle andere div worden ge-float in deze div */
html, body {
	height: 100%;
}
#frame {
	width: 960px;
	height: 550px;
	text-align: center;
	background-color: #FFFFFF;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -480px;
	margin-top: -275px;
}