/* 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: #585767;
}

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/logo.jpg);
	
}

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

h1{
  font-size: 100%;
  font-weight: heavy;
  margin-bottom: 10px;
  color: #666666;	
}

h2{
  font-size: 95%;
  font-weight: heavy;
  margin-bottom: 10px;
  color: #666666;		
}



a:link { 
	color: #666666;
	}
a:visited { 
	color: #666666;
	}
a:hover { 
	color: #CCCCCC;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	}