body {
	background-position:top;
	background-color:#ffffff;
	text-align: center;
}
html {
	scrollbar-face-color: #00537d;
	scrollbar-shadow-color: #00314a;
	scrollbar-highlight-color: #009eee;
	
	scrollbar-darkshadow-color: #f1f1f1;
	scrollbar-track-color: #FEFEFE;
	scrollbar-arrow-color: #000000;
	height: 100%;
	overflow: auto;
}
			
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

