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

body
{
margin:0px;
padding:0px;
background-color:#eaeaea;
}

#flashContent {
z-index:1; 
position:absolute;
left:0px;
top:0px;
right:0px;
bottom:0px;
min-width:1000px;
min-height:620px;
/*border:thick solid #FF0000;*/
}


