* { padding: 0; margin: 0; }

body {
 margin:0;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 11px;
 color:#999999;
 height:100%;
}


#background { 
 width: 100%;
 height: 805px;
 background: url('../images/background.jpg') no-repeat;
 background-position: top center;
 background-attachment: scroll;
}

#flash_position {
 margin: 0 auto;
 width: 996px;
 height: 663px;
 position: relative;
 left: -8px;
 top: 46px;
}

#copyright {
 margin: 0 auto;
 width: 996px;
 height: 663px;
 position: relative;
 left: 350px;
 top: 82px;
}

#desc_image {
 margin: 0 auto;
 background: url('../images/starter.jpg') no-repeat;
 width: 938px;
 height: 532px;
 position: relative;
 left: 10px;
 top: 167px;
}

#copyright_index {
 margin: 0 auto;
 width: 996px;
 height: 663px;
 position: relative;
 left: 350px;
 top: 107px;
}

#nav_button {
 margin: 0 auto;
 width: 206px;
 height: 96px;
 position: relative;
 left: 270px;
 top: -25px; 
}

#enter { float:left; width: 206px; height: 96px; }
#enter a { background: url("../images/enter.gif") no-repeat; display: block; width:100%; height:100%; }
#enter a:hover { background-position: -206px 0; }

#flash_button {
 margin: 0 auto;
 width: 60px;
 height: 10px;
 position: relative;
 left: 159px;
 top: -202px; 
}


