/******************************************************************************
Filename:  		/global/screen-flash.css
Project:  		Grandover
Purpose:  		Grandover Flash Site CSS: flash in the browser page (not content in flash player)
Date			Developer	Description
03/18/2008		css			Version 1.0
******************************************************************************/
html, body
{
background:#000000; 
background-image:none; 
margin:0; 
padding:0; 
height:99%;/* apply to all browsers */
#height: 98%;/* override for Microsoft Internet Explorer browsers*/
_height: 97%; ;/* override for IE browsers 6.0 and older */
}


#container.flash
{
background:#000000; 
display:block; 
width:expression(document.body.clientWidth > 980? "100%" : "980px" );
}
html > body #container.flash
{ 
width:auto; 
min-width:980px;
}

.CategoryMap 
{
position:absolute;
top:98%;
#top: 98%;/* override for Microsoft Internet Explorer browsers*/
_top: 97.5%; ;/* override for IE browsers 6.0 and older */
}