@charset "UTF-8";

body { 
background: #e5e5e5; 
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px; 
margin-width: 0px;
margin-height: 0px;
onLoad="init();" "adjustForScroll('flash',100%,100%);"  onresize="adjustForScroll('flash',100%,100%);"
}
		
#noscript { 
position: absolute; left: 20; top: 20; z-index: 2; color:#000000; 
}

#main { 
position: absolute; left: 0; top: 0; z-index: 1; background: #e5e5e5; 
}
		
#center {
color: white;
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
overflow: visible;
display: block;
}
		
#nonflashcontent {
font-family: Arial, Helvetica, sans-serif;
margin-left: -496px;
position: absolute;
top: -353px;
left: 50%;
width: 250px;
height: 70px;
}