* {
    padding:0; 
    margin:0;
}

#rightbar {
    position: relative;
    left: 587px;
    top: 5px;
}

#home_wrapper {
    background: #FFFFFF;
    border: solid thin black;
    margin: auto;
    margin-top: 80px;
    width: 597px;
    height: 488px;
}

body {
    background-color: #d6d6d6;
}

#leftbar {
    position: absolute;
    width: 10px;
    height: 488px;
    background-position: top left;
    background-image: url(/media/img/main/leftbar.gif);
    background-repeat: no-repeat;
}

#top_third {
    height: 158px;
    background-image: url(/media/img/main/name.png);
    background-position: 95% 95%;
    background-repeat: no-repeat;
}

#mid_third {
    margin-bottom: -6px;
}

#bottom_third {
    width: 597px;
    height: 155px;
    background-color: #e1dede; 
    background-image: url(/media/img/main/bottombar.gif);
    background-position: 0 100%;
    background-repeat: no-repeat;
}

#comm_writer {
    position: relative;
    left: 320px;
    top: -120px;
}

#splashmenu {
    padding-top:9px;
    background-image: url(/media/img/main/horizontal_rule.png);
    background-position: top left;
    background-repeat: no-repeat;
}


