#home-page-splash
{
    display:block;
    border-top: 9px #990000 solid;
    width:962px;
    height:534px;
    position:absolute;
    top:0px;
    left:15px;
    text-align:right;
    z-index:5;
    background: url(/images/pages_index/splash/bg_splash_bottom.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color:#84ac38;
}

#home-page-splash img
{
    float:right;
    margin-top:130px;
}

#home-page-splash #hide-splash2
{
     position:absolute;
     top: 10px;
     left: 910px;
     float: left;
     color:#587423;
     text-decoration: none;
     font-size:11px;
}

#home-page-splash #hide-splash2:hover
{
     color:#ffffff;
}

#home-page-splash #watch-live
{
     position:absolute;
     top:285px;
     left:590px;
    
     text-indent: -999em;
     width: 239px; /*explicitly set width*/
     height: 22px; /*explicitly set height*/
     overflow:hidden;
     border: none;
     cursor: pointer;
     float: left;
     background: url(/images/pages_index/splash/watch_impmod_062408.gif);
     background-position: left top;
     background-repeat:no-repeat;     
}
#home-page-splash #watch-live:hover
{
    background-position: right -22px;
}

#home-page-splash #hide-splash
{
     position:absolute;
     top:485px;
     left:770px;
    
     text-indent: -999em;
     width: 166px; /*explicitly set width*/
     height: 9px; /*explicitly set height*/
     overflow:hidden;
     border: none;
     cursor: pointer;
     float: left;
     background: url(/images/pages_index/splash/continue_impmod_062408.gif);
     background-position: left top;
     background-repeat:no-repeat;     
}
#home-page-splash #hide-splash:hover
{
    background-position: right -9px;
}