	
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
	}

#flashcontent {
	height: 100%;
	}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 75%;
	line-height: 1.7em;
	color: #fff;
	background-color: #FFF;
	}
	
/* Flash Site Default Page */

#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#error{
	text-align: left;
	/* negative left margin of half the width */
	margin-left: -487px;
	position: absolute;
	/* negative top margin of half the height */
	top: -300px;
	left: 50%;
	width: 974px;
	height: 600px;
	visibility: visible
}

#error a {
	text-decoration: none;
	}

#error a span{
	visibility: hidden;
	}

#noscript{
	width: 514px;
	height: 242px;
	background: url(../images/enable_javascript.jpg) no-repeat;
	}

#noscript .contactus{
	position: absolute;
	top: 210px;
	left: 10px;
	width: 120px;
	height: 20px;
	}

#noflash{
	display: none;
	width: 514px;
	height: 242px;
	background: url(../images/upgrade_flash.jpg) no-repeat;
	}

#noflash .contactus{
	position: absolute;
	top: 210px;
	left: 10px;
	width: 120px;
	height: 20px;
	}

#noflash .upgradeflash{
	position: absolute;
	top: 175px;
	left: 220px;
	width: 244px;
	height: 20px;
	}

/* General */

img{
	border: none;
	}