/* Copyryght 2008 Svjatoslav Volkoff with Tatiana Palady's support */

* {margin:0pt;padding:0pt;}

body {margin:0;padding:0;background-color:#000000;}

.holder {
border:0px solid #fff;
height:100%;
min-height:620px;
min-width:900px;
width:100%;
}

*html .holder {
height: expression((( document.documentElement.clientHeight || document.body.clientHeight) < 620 )? "620px" : "100%" );
width: expression((( document.documentElement.clientWidth || document.body.clientWidth) < 900 )? "900px" : "100%" ); 
height:100%;
text-align:center;
}

#content {
border:0px solid #fff;
height:100%;
width:100%;
display:block;
text-align:center;
}

#flash {
margin:0 auto;
border:0px solid #fff;
width:100%;
height:100%;
min-height:620px;
min-width:900px;
}

#flash embed {
position:relative;
/*height:100%;
width:100%;
min-height:620px;
min-width:900px;*/
}