body {
	background-position:top;
	background-color:#373838;
	text-align: center;
}
html {
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #b4b4b4;
	scrollbar-highlight-color: #b4b4b4;
	scrollbar-3dlight-color: #dcdcdc;
	scrollbar-darkshadow-color: #f1f1f1;
	scrollbar-track-color: #eaeaea;
	scrollbar-arrow-color: #0aa6d9;
	height: 100%;
	overflow: auto;
}
			
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

