@charset "UTF-8";
/* CSS Document */

#flash{
   position: absolute;
   width: 940px; /* Breedte van je (flash)object */
   margin-left: -470px; /* helft van de breedte (negatief) */
   height: 640px; /* Hoogte van je (flash)object */
   margin-top: -320px; /* helft van de hoogte (negatief) */
   top: 50%;
   left: 50%;
}
