body {
    margin: 0px;
    background: #000000;
    text-align: center;
    font-family: 'Arial';
}
div.wrapper {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.header {
    height: 126px;
    background: url('../images/header.png');
}
div.menu {
    margin: 10px 0 10px 0;
    padding: 0 10px 0 10px;
    height: 35px;
    background: url('../images/menu_bg.png');
}
div.menu a {
    color: #fff;
    text-decoration: none;
}
div.menu a:hover {
    color: yellow;
    text-decoration: underline;
}
div.menu table{
    height: 35px;
}
div.menu td {
    text-align: center;
}
div.menu td.sep {
    width: 7px;
    background: url('../images/menu_sep.png');
}
div.content_wrapper {
    width: 750px;
    background: #fff;
}
div.content {
    width: 734px;
    padding: 8px;
}
div.footer {
    background: url('../images/footer.png') repeat-x;
    padding: 50px 0 10px 0;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
