/*-----------Common------------*/
* { padding:0px; margin:0px; }
body { font:normal 12px Arial, Helvetica, sans-serif; color:#fff; background:url(../images/background.jpg) center top no-repeat #01172E; }
.floatLeft { float:left; }
.floatRight { float:right; }
.clear { clear:both; display:block; }
/*-----------SplashScreen------------*/
#SplashScreen { width:966px; margin:auto; padding-top:45px; }
#SplashScreen h1.logo { margin:auto; background:url(../images/logo.jpg) left top no-repeat; width:489px; height:106px; margin-bottom:0px; }
#SplashScreen h1.logo a { display:block; width:489px; height:106px; }
#SplashScreen h1.logo a span { display:none; }
#SplashScreen .midArea { width:804px; margin:auto; }
#SplashScreen .floatLeft { width:602px; height:384px; background:url(../images/flash-area.jpg) left top no-repeat; border:1px solid #6BA4DB; }
#SplashScreen .floatRight { border:1px solid #6BA4DB; }
#SplashScreen .floatRight a { display:block;width:195px; height:384px; background:url(../images/enter.jpg) left top no-repeat; }
#SplashScreen .floatRight a:hover { background:url(../images/enter-over.jpg) left top no-repeat; }
#SplashScreen .floatRight a span { display:none; }
#SplashScreen .footer { padding:20px 0px; text-align:center; }