body,html {
    margin:0;
    padding:0;
    text-align:center;
}
#centerer {
    color:white;
    text-align:left;
    padding:0;
    width:800px;
    height:100%;
    margin: 0 auto;
    position:relative;
}

#left {
    width:155px;
    position:absolute;
    left:0;
    top:0;
}
#center,#center_no_right {
    width:488px;
    margin-left: 155px;
    min-height:800px;
}
#center_no_right{
    width:643px;
}
#right {
    width:155px;
    position:absolute;
    right:0;
    top:0;
}
#center #promo,#center #promo #promoContent{
    width:100%;
    height:155px;
}
#center #promo #promoContent #promoBody{
    height:155px;
    position: relative;
    overflow: hidden;
}
ul.hscroll {
    list-style:none;
    position: absolute;
    padding-left : 2px;
    padding-right : 2px;
    height: 135px;
    width: 100%;
    top:0px;
    left:0px;
}

ul.hscroll li {
    float: left;
    height:155px;
    width:200px;
    margin : 2px;
    margin-left : 8px;
    text-align : left;
}
.hscroll li span{
    display:block;
    height:155px;
    width:200px;
}
.hscroll li span a.img{
    display:block;
    height:100px;
    width:200px;
    overflow:hidden;
}

#right #npContent{
    width:155px;
    position: relative;
    overflow: hidden;
    height:700px;
}
#right #npContent #npBody{
    position: absolute;
    height: auto;
    width: 100%;
    top:0px;
    left:0px;
}
div.vscroll-top,div.vscroll-btm{
   height:23px;
   width:155px;
}
.clear{
    clear:both;
}

#footer{
    padding-bottom:80px;
}
