/* hide from ie on mac \*/
html { height: 100%;  }

#flash_flash 
{ 
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; 
	min-width: 980px;
	min-height: 545px;
	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 545 ? "545px" : "100%" );
}
/* end hide */

body { height: 100%; margin: 0px; padding: 0px; background-color: #000;  overflow: hidden; }
#flash_alternative{ padding: 100px; color: #fff; font-family: Arial; font-size: 14px; }
