body {
    background-color: #6F471F;
    color: #FFF;
    margin: 0px;
}

#flash
{
border: 7px solid Black;
position: absolute;
left: 50%;
width: 700px;
margin-left: -400px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 50%;
height: 525px;
margin-top: -300px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */

}

#fb
{
position: absolute;
left: 50%;
width: 700px;
margin-left: -400px; /* negative Hälfte von width:800px = horizontal zentriertes DIV  */
top: 2%;
height: 25px;
margin-top: 10px; /* negative Hälfte von height:600px = vertikal zentriertes DIV  */
}




