/* hide from ie on mac \*/
html { height: 100%; overflow: auto; }

object {
	outline: none;	
}

#flash  { 
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; 


	/* IE Dynamic Expression to set the width */
	width:expression(document.body.clientWidth < 980 ? "980px" : "100%" );
	height:expression(document.body.clientHeight < 660 ? "660px" : "100%" );
	
	z-index: 0;
}
/* end hide */

body { height: 100%; margin: 0; padding: 0; background-color: #fff; 	min-width: 980px;
	min-height: 660px;
 }

#flash_alternative{ padding: 100px; color: #000; font-family: Arial; font-size: 14px; }

/* share page */

html {
	font-size: 62.5%;
	font-family: arial, sans-serif;
}

#external-content
{
	width: 100%;
	height: 0px; 
	float: left; 
	position: absolute; 
	bottom: 0px; 
	border: 0px; 
	z-index: 10;
}

#external-preloader
{
	background-color: #001526;
	color: #fff;
	width: 100%;
	height: 100%;
	text-align: center;
}

#external-preloader h2
{
	color: #05457d;
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 24px;
	padding-top: 150px;
	text-shadow: 0px 1px 1px #000;
}