/* General */

img{
	border: none;
	}
	
/* 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: #000000;
	}

/* 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: -200px;
	position: absolute;
	/* negative top margin of half the height */
	top: -200px;
	left: 50%;
	width: 400px;
	height: 400px;
	visibility: visible
    }

#error a {
	text-decoration: none;
	}

#error a span{
	visibility: hidden;
	}

#noscript{
	width: 400px;
	height: 400px;
	background: url(../images/enable_javascript.jpg) no-repeat;
	}

#noflash{
	display: none;
	width: 400px;
	height: 400px;
	background: url(../images/upgrade_flash.jpg) no-repeat;
	}

#noflash .upgradeflash{
	position: absolute;
	top: 200px;
	left: 90px;
	width: 100px;
	height: 40px;
	}

#noflash .viewhtml{
	position: absolute;
	top: 200px;
	left: 213px;
	width: 100px;
	height: 40px;
	}

#error404{
	width: 400px;
	height: 400px;
	background: url(../images/error_404.jpg) no-repeat;
	}
	
#error404 .visithomepage{
	position: absolute;
	top: 140px;
	left: 90px;
	width: 225px;
	height: 115px;
	}

#holding{
	width: 400px;
	height: 400px;
	background: url(../images/holding.jpg) no-repeat;
	}

#holding .visitoldsite{
	position: absolute;
	top: 274px;
	left: 100px;
	width: 195px;
	height: 27px;
	}