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