html{
 scrollbar-arrow-color: white;
 scrollbar-base-color: #000000;
 scrollbar-darkshadow-color: white;
 scrollbar-highlight-color: white;
 scrollbar-shadow-color: white;
 margin:0px; 
}

body{
 margin:0px auto;
 background-color:#000;
 background-attachment:fixed;
 scrollbar-arrow-color: white;
 scrollbar-base-color: #000000;
 scrollbar-darkshadow-color: white;
 scrollbar-highlight-color: white;
 scrollbar-shadow-color: white;
 font-size:12px;
 color:#FFF;
}

#topcontainer{
 position:absolute;
 top:50%;
 left:50%;
 width:700px;
 height:400px;
 margin-left:-350px;
 margin-top:-250px;
}


h1 { 
 font-size:13px;
 text-align:left;
 margin:0px;
}

#topmain {
 width:700px;
 height:400px;
 margin:auto;
}

a{color:#49749c; text-decoration:none;}
a:hover{color:red; text-decoration:none;}

#copyright {
 width:500px;
 height:45px;
 marign:auto;
 float:right;
 text-align:right;
 margin-top:15px;
}

#flash_player {
 width:165px;
 height:45px;
 margin:auto;
 float:left;
 text-align:left;
}

img.flashplayer {border:none;}
