#bamboo-top {
    background: url("../images/bamboo-top.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 173px;
    width: 202px;
    top: 0px;
    left: 50%;
    margin-left: -485px;
    position: absolute;
    z-index: 1;
}
#icon-right {
    background: url("../images/icon-right.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 290px;
    width: 146px;
    position: absolute;
    top: 170px;
    right: 50%;
    margin-right: -490px;
    z-index: 1;
}

#headerbar {
    position: absolute;
}

#logo {
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 114px;
    height: 240px;
    left: 50%;
    margin-left: -110px;
}

#logo p, #logo img {
    margin: 0px;
    padding: 0px;
}

#menubar {
    width: 497px;
    height: 40px;
    background: url(../images/menu-bg.png) left no-repeat;
    padding: 0px;
    margin: 0px;
    float: right;
    z-index: 10;
    position: relative;
}

#main {
    margin-top: 100px;
}

#bottom-a {
    background: none repeat scroll 0 0 #fff;
    bottom: 0;
    color: #FFFFFF;
    height: 30px;
    padding-bottom: 5px;
    position: fixed;
    right: 0px;
    width: 300px;
    margin-right: 0px;
}     

#bottom-a .moduletable {
    margin: 0;
    padding: 0;
    margin-top: -5px;
}
       

#bottom-a .module {
    padding: 0px;
    margin: 0px;
}

