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

#flashcontent {
	text-align: center;
	height: 100%;
}
/* end hide */

body {
	height: 100%;		
	margin: 0;
	padding: 0;
	background-color: #000000;
}

div#boxFluid {
	position: absolute; 
 	left: 0; 
 	top: 0; 
	width: 100%;
 	height: 100%; 
	text-align: center;
 	
}
div#background {
 	position: absolute; 
 	left: 0px;
 	top: 0px; 
 	width: 100%;
 	height: 100%; 
}
div#noFlash {
	position: absolute; 
 	left: 50%; 
 	top: 50%; 
	width: 770px;
 	height: 380px; 
 	margin-left: -385px;
 	margin-top: -190px;
	background-image: url(images/transp.png);
}

.scrollArea {
	width: 750px;
	height: 380px;
	float: left;
	overflow: auto;
	padding-left: 10px;
	padding-right: 10px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	text-align: justify;
	color: #FD8943;
	font-size:80%;
}

.preloadImages {display:none;}

a:link {
  color: #FEA976;
  font-weight: bold;
  text-decoration: underline;
}

a:hover{
  color: #FD8943;
  text-decoration: none;
}

a:visited{
  color: #FEA976;
  font-weight: bold;
  text-decoration: underline;
}
