/* 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: #B0B5C3;
}

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-color: #FFFFFF;
	
}

.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: #333333;
	font-size:80%;
}

a:link { 
	color: #000000;
	}
a:visited { 
	color: #000000;
	}
a:hover { 
	color: #666666;
	text-decoration: none;
	}
a:active { 
	color: #000000;
	}