body {
background-color: #000000;
background-image: url(splash_data/bg_top.png);
background-repeat: repeat-x;
text-align: center;
margin: 0 auto;
}

#splash {
background-image: url(splash_data/splash.png);
top: 400px;
width: 504px;
height: 234px;
margin: 0 auto;
}

#footer {
position: absolute;
bottom: 0px;
width: 100%;
height: 119px;
background-image: url(splash_data/bg_bottom.png);
background-repeat: repeat-x;
}

#enter {
position: relative;
margin: 0 auto;
margin-bottom: -130px;
}

#top_flash {
top: 0px;
margin: 0 auto;
background-image: url(splash_data/top.png);
background-repeat: no-repeat;
width: 1010px;
height: 119px;
}

#bottom_flash {
bottom: 0px;
margin: 0 auto;
background-image: url(splash_data/bottom.png);
background-repeat: no-repeat;
width: 1010px;
height: 119px;
}
