div#flash
{
position: absolute;
left: 50%;
width: 766px;
margin-left: -383px; /* negative Hälfte von width:766px = horizontal zentriertes DIV  */
top: 50%;
height: 750px;
margin-top: -375px; /* negative Hälfte von height:6750px = vertikal zentriertes DIV  */
}
