html, body {
    font-family: Helvetica, Arial, sans-serif;
    background-color: #002b55;
    margin: 0;
    padding: 0;
}
#home-body-container {
    background-color: #002b55;
    width: 790px;
    margin: 0 auto;
    padding: 10px;
}
#home-container {
    background-color: #002B55;
    width: 790px;
    margin: 0 auto;
}
#home-container-inner {
    width:788px;
    height: 700px;
    margin: 0;
    border: 3px solid #B3BCC5;
    background: #002B55 url("/wbai/app/webroot/img/splash/bkgrd.jpg") no-repeat 0px 0px;
}
#splash_logo {
    margin-top: 23px;
    margin-bottom: 18px;
    text-align: center;
}
#rotator {
    margin: 0 auto;
    height: 377px;
    width: 562px;
    overflow: hidden;
}
#rotator img {
    height: 375px;
    width: 560px;
    border: 1px solid #fff;
}
#splash_nav {
    margin-top: 28px;
    margin-bottom: 27px;
}
#splash_nav ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 340px;
    text-align: center;
}
#splash_nav ul.last {
    width: 365px;
}
#splash_nav li {
    margin-bottom: 12px;
    float: left;
    padding-left: 13px;
    padding-right: 5px;
    font-size: 14px;
    color: #fff;
    background: transparent url("/wbai/app/webroot/img/splash/dot.gif") no-repeat 0px 6px;
}
#splash_nav li.first {
    background: none;
    padding-left: 0;
    clear: left;
}
#splash_nav a, #splash_nav a:visited {
    color: #fff;
    text-decoration: none;
    display: block;
}
#enter {
    border: 1px solid #fff;
    width: 80px;
    height: 25px;
    margin: 0 auto;
    margin-top: 35px;
    text-align: center;
}
#enter a, #enter a:visited {
    display: block;
    color: #002B55;
    background-color: #AEE874;
    border: 2px solid #002B55;
    text-decoration: none;
    padding-top: 1px;
    height: 20px;
    font-size: 14px;
    vertical-align: middle;
}
/* END SPLASH PAGE */
