@charset "utf-8";


body {
	overflow: hidden;	
}

div#positie {
	position: absolute;
	width: 800px; /* Breedte van je (flash)object */
	margin-left: -400px; /* helft van de breedte (negatief) */
	height: 600px; /* Hoogte van je (flash)object */
	margin-top: -300px; /* helft van de hoogte (negatief) */
	top: 50%;
	left: 50%;
}

