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

#endScreen #logo{
    position: absolute;
    top: 30px;
    left: 34px;

    width: 337px;
    height: 129px;
    background-image:url("../images/thankyou.png");
    background-repeat: no-repeat;
}




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

    line-height: 40px;

}

#endScreen #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;
}



#endScreen #button{
    position: absolute;

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

#endScreen .divider{
    width: 418px;
    height: 2px;
    background-color: #303030;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

#endScreen #pdfs{
    position: absolute;
    /*top: 60px*/
    top: 165px;
    right: 34px;

    width: 428px;
    height: 130px;

}

#endScreen .pdfContainer{
    cursor: pointer;
    display:block;
    height: 63px;
    width: 428px;
}

#endScreen .pdfIcon{
    float: left;
    width: 55px;
    height: 63px;
    background-image: url("../images/pdf.png");
    background-repeat: no-repeat;
}

#endScreen .pdfText{
    float: left;
    display: block;
    margin-top: 25px;
    margin-left: 30px;
}

#endScreen #getAdobe{
    cursor: pointer;
    position: absolute;
    bottom: 220px;
    right: 34px;
    width: 88px;
    height: 31px;
    background-image: url("../images/get_adobe.png");
    background-repeat: no-repeat;
    z-index: 10;
}