ul {
margin: 0;
padding: 0;
list-style-type: circle;
}

li {
margin-left: 22px;
margin-bottom: 10px;
}

#featuresDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
top: 488px;
left: 635px;
width: 280px; /*Subtract the padding from total width*/
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
overflow: hidden;
}

#registerDiv {
position: absolute;
padding: 10px;
top: 150px;
left: 635px;
width: 279px; /*Subtract the padding from total width*/
border: 1px solid #24a00c;
background: #e6fce2;
}

#leagueInfo {
position: absolute;
padding: 10px;
top: 335px;
left: 635px;
width: 280px; /*Subtract the padding from total width*/
border-left: 1px solid #24a00c;
border-top: 1px solid #24a00c;
background: #e6fce2;
}

#lowerContentDiv {
position: absolute;
padding-left: 10px;
padding-right: 10px;
padding-top: 15px;
padding-bottom: 15px;
top: 471px;
left: 200px;
width: 395px; /*Subtract the padding from total width*/
border-top: 1px solid #24a00c;
background-image: url(../main_imgs/boxBG.gif);
}

#upperContentDiv {
position: absolute;
padding-left: 0px;
padding-top: 0px;
top: 150px;
left: 200px;
width: 415px;
height: 300px;
border-top: 1px solid #24a00c;
background: transparent;
}

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

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