#splash {
    background: #000;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

#splash a {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000 url(../img/splash.jpg) no-repeat scroll center bottom;
    text-indent: -99999px;
    height: 100%;
    min-height: 594px;
    width: 100%;
    display: block;
}


/* for Internet Explorer */
/*\*/
* html #splash a  {
    height: 100%;
}
/**/

#splash a:hover {
    background: #000000 url(../img/splash.jpg) no-repeat scroll center bottom;
}