body {
	background-position:top;
	background-color:#E6E6E6;
	text-align: center;
}
html {
	scrollbar-face-color: #0882E5;
	scrollbar-shadow-color: #0366B4;
	scrollbar-highlight-color: #1EBDFE;
	
	scrollbar-darkshadow-color: #f1f1f1;
	scrollbar-track-color: #E6E6E6;
	scrollbar-arrow-color: #000000;
	height: 100%;
	overflow: auto;
}
			
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
