body {
    background: white url('/public/images/bg.png') repeat-x;
    margin: 0;
    padding: 0;
    text-align: center;
}

#container {
    margin: 0 auto;
    text-align: left;
    width: 960px;
}

#header-wrap {
    width: 100%;
    height: 133px;
}

#header-top {
    width: 100%;
    height: 53px;
}

#header-middle {
    width: 100%;
    height: 59px;
}

#header-menu {
    width: 100%;
    height: 21px;
}

#content-area-wrap {
    width: 100%;
    background: url('/public/images/sub_content.png') repeat-y;
}

#content-area-top {
    width: 100%;
    background: url('/public/images/sub_content_top.png') no-repeat;    
}

#content-area {
    padding: 10px 100px 0px 105px;
}

#footer-wrap {
    width: 100%;
    text-align: center;
    padding: 30px 0 0 0;
    background: url('/public/images/sub_footer.png') no-repeat;
}

a img {
    border: 0;
}