html {
	height: 100%;
    overflow: hidden;
}

#flashcontent {
	height: 100%;
}

/* end hide */

body {
	height: 100%;
	margin: 10;
	padding: 10;
	background-color: #000000;
	font: 76% Helvetica, sans-serif;
	color:#FFFFFF;
}

h1 { 
	font-size: 130%;
	color: #FFFFFF;
	margin-top:-3px;
	margin-bottom:-10px;
	text-transform: uppercase;
}

#background {
	position: absolute; 
 	left: 0px;
 	top: 0px; 
 	height: 100%;
	width: 100%;
}

div#boxFluid {
	position: absolute; 
 	left: 0; 
 	top: 0; 
	width: 100%;
 	height: 100%; 
	text-align: center;
 	
}

div#noFlash {
	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 770px;
 	height: 380px; 
 	margin-left: -385px;
 	margin-top: -190px;
	text-align: left;
}

a:link { 
	color: #f63882;
	}
a:visited { 
	color: #f63882;
	}
a:hover { 
	color: #FFFFFF;
	text-decoration: none;
	}
a:active { 
	color: #f63882;
	}