#splash
{
    width: 976px;
    height: 620px;
    background-color: #000000;
}

#splash #logo{
    position: absolute;
    top: 60px;
    left: 34px;

    background-color: #404040;

    width: 334px;
    height: 132px;
    background-image:url("../images/splash_logo.png");
    background-repeat: no-repeat;
}

#splash #quote{
    position: absolute;
    top: 60px;
    right: 34px;

    width: 438px;
    height: 130px;
    background-image:url("../images/splash_quote.png");
    background-repeat: no-repeat;
}


#splash #text{
    position: absolute;
    top: 225px;
    margin: 0px 0px 0px 34px;
    width:  450px; /*420px; with padding */
    height: 241px; /*173px; with padding */

    line-height: 40px;

}

#splash #footer{
    position: absolute;
    bottom: 0px;
    width: 976px;
    height: 136px;

    background-image:url("../images/splash_footer.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #000000;
}



#splash #button{
    position: absolute;

    top: 275px;
    right: 100px;
    width: 310px;
    height: 92px;
    cursor: pointer;
    background-image:url("../images/splash_button.png");
    background-repeat: no-repeat;
}