div#flash
{
position: absolute;
left: 50%;
width: 880px;
margin-left: -440px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 12%;
height: 670px;
margin-top: -80px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}