@charset "utf-8";
body {
}
div#flash
{
position: absolute;
left: 50%;
width: 950px;
margin-left: -475px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 50%;
height: 650px;
margin-top: -325px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}
