#wppsaLogo {
position: absolute;
padding-left: 20px;
padding-right: 20px;
padding-top: 10px;
top: 150px;
left: 676px;
width: 220px; /*Subtract the padding from total width*/
height: 290px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#textContent{
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
top: 150px;
left: 200px;
width: 436px;
height: 595px;
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
overflow: hidden;
}

#logoDiv {
position: absolute;
top: 10px;
left: 15px;
}

#copyright {
position: absolute;
border-top: 1px solid #24a00c;
top: 775px;
left: 200px;
width: 736px;
height: 35px;
}