body {
	background-position:top;
	background-color:#000000;
	text-align: center;
}
html {
	scrollbar-face-color: #223148;
	scrollbar-shadow-color: #273852;
	scrollbar-highlight-color: #273852;
	
	scrollbar-darkshadow-color: #273852;
	scrollbar-track-color: #000000;
	scrollbar-arrow-color: #ffffff;
	height: 100%;
	overflow: auto;
}
			
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	color: #FFF;
}
