	
/* 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: #A5DAF9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

/* Splash Page */

#splashpage{
	text-align: center;
	height: 600px;
	}
	
#splashpage #text{
	font-size: 90%;
	color: #009BEB;
	line-height: 1.5em;
	}

#splashpage #text a{
	color: #FFF;
	}
	
#splashpage #text a:link{
	color: #FFF;
	text-decoration: none;
	}
	
#splashpage #text a:visited{
	color: #FFF;
	text-decoration: none;
	}
	
#splashpage #text a:hover{
	color: #FFF;
	text-decoration: underline;
	}
	
#splashpage #text a:active{
	color: #FFF;
	text-decoration: none;
	}
	
/* Flash Site Default Page */

.message{
	text-align: center;
	}
	
#noscript{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #A5DAF9;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}
	
/* General */

img{
	border: none;
	}