#Laag1 {
   position:absolute;
   width: 760px; /* Breedte van je (flash)object */
   margin-left: -380px; /* helft van de breedte (negatief) */
   height: 500px; /* Hoogte van je (flash)object */
   margin-top: -250px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
   overflow: hidden;
}
body {
	background-color: #5A4E4E;
}
