body {
    margin : 0;
    padding : 0;
    background-color : #470000;
}

div#container {
    width : 900px;
    margin : 0 auto;
    background : url('/img/bg_container.gif') repeat-y;
}

div#header {
    width : 900px;
    height : 180px;
    background : url('/img/header.jpg') no-repeat;
}

div#navi {
    width : 900px;
    height : 59px;
    background-color : black;
}

div#content {
    width : 900px;
}

div#left {
    background : url('/img/bg_left.gif') no-repeat top;
    width : 150px;
    padding-top : 100px;
    padding-left : 100px;
    float : left;
    color : #fff;
    font-size : 11px;
    line-height : 20px;
    font-family : Arial, sans-serif;
}

div#middle {
    width : 500px;
    float : left;
    background : url('/img/bg_middle.gif') no-repeat top;
    padding-top : 13px;
    padding-right : 20px;
    padding-left : 20px;
    color : #fff;
}

div#right {
    width : 110px;
    background : url('/img/bg_right.gif') no-repeat top;
    height : 300px;
    float : left;
}

div#footer {
    clear : both;
    width : 900px;
    background : url('/img/bg_footer.gif') no-repeat;
    height : 30px;
    padding-top : 20px;
}

div#footercontent {
    width : 750px;
    margin-left : 75px;
    background-color : #6e0000;
    text-align : right;
}