#header {
    position: relative;
    width: 960px;
    height: 201px;
    background: rgb(255, 255, 255) url(../images/headerBG.png) repeat-x top left;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#contentList {
    position: relative;
    width: 540px;
    margin: 15px 400px 0 20px;
}

#contentStory {
    position: relative;
    width: 480px;
    margin: 15px 460px 0 20px;
    min-height: 2500px;
    height: auto !important;
    height: 2500px;
}

#promoContent {
    position: absolute;
    top: 360px;
    right: 20px;
    width: 360px;
}