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

body {
margin:0px;
padding:0px;
background-color:#000000;
height:100%;
}

html {
height:100%;
}

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