body {
    margin: 0;
    background: url('../images/bg.png') repeat-x #53656B;
    text-align: center;
    overflow-y: scroll;
}
div#wrapper {
    width: 912px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#header {
    height: 129px;
    background: url('../images/header.png');
}
div#header_nav {
    float: right;
    padding-top: 80px;
    padding-right: 26px;
}
div#header_nav a {
    float: left;
    font-size: 11px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    margin-left: 20px;
}
div#header_nav a:hover {
    text-decoration: underline;
}
div#menu {
    height: 40px;
    background: url('../images/menu.png');
    padding-left: 16px;
}
div#menu a {
    float: left;
    height: 40px;
    line-height: 40px;
    color: #283034;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 20px;
}
div#menu a:hover {
    background: #283034;
    color: #fff;
}
img#banner {
    display: block;
}
div#content {
    padding: 20px 26px 4px 26px;
    background: url('../images/content.png');
}
div#footer {
    background: url('../images/footer.png') no-repeat;
    padding: 30px 6px;
    font-size: 10px;
    color: #ccc;
}
div#footer a {
    color: #fff;
    text-decoration: underline;
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

