@charset "UTF-8";
/* CSS Document */

body{
background-color: #333333
}

div#centered {
position: absolute;
top: 50%;
left: 50%;
right: 0;
bottom: 0;
left: 50%;
margin-left: -363px;
margin-top: -222px;
}

div#flashcontainer {
height: 442px;
width: 727px;
border:2px solid #CCCCCC;
}
