/* CSS Document */

BODY {
background-color: #cccccc;
}

#flash{
width: 900px;
height: 610px;
position:absolute;
left: 50%;
top:50%;                              
margin-left: -450px;
margin-top: -315px;
}

