@charset "UTF-8";
/* CSS Document */

html {
		height: 100%;
		overflow-x:hidden; 
		overflow-y: scroll;
		margin:0;
		padding:0;
	}

body {
 background-color: #000000;
 background-repeat:repeat-x;
 text-align:center;
 width: 100%;
 height: 100%;
 font-family: Verdana;
 font-size: 10px;
 font-style: normal;
 line-height: normal;
 font-weight: normal;
 font-variant: normal;
 scrollbar-base-color: #000000;
 text-transform: none;
 color: #525252;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

 #flashcontent {
	height: 100%;
	float:left;
	left:50%;
	padding-top:10%;
	margin-left:-390px;
	position:absolute;
	}