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