html {
    overflow-y: scroll;
}
body {
    margin: 0;
    text-align: center;
    background: url('../images/bg.png') repeat-x;
}
div#wrapper {
    width: 904px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div#header {
    height: 90px;
    background: url('../images/header.png');
    text-align: right;
}
div#header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0px 7px;
    margin-left: 7px;
}
div#header a:hover {
    text-decoration: underline;
}
div#topmenu {
    padding-top: 64px;
}
div#menu {
    height: 61px;
    background: url('../images/menu.png');
    padding: 0px 10px;
}
div#menu table {
    height: 61px;
}
div#menu td.sep {
    font-size: 0px;
    width: 2px;
    background: url('../images/menu_sep.png') top center no-repeat;
}
div#menu a {
    display: block;
    height: 61px;
    text-align: center;
    text-decoration: none;
    color: #FF3300;
    font-weight: bold;
    padding: 0px 6px;
    padding-top: 16px;
}
div#menu a:hover {
    color: #4F2E6E;
}
div#content {
    background: url('../images/content_bg.png') no-repeat;
    padding: 1px 22px;
    min-height: 350px;
    _height: 350px;
}
div#footer {
    margin-top: 40px;
    padding-top: 6px;
    font-size: 10px;
    color: 10px;
    background: #F1F0DE;
    border-top: 1px solid #E0E2CA;
    padding-bottom: 80px;
}
div#footer div#wrapper {
    text-align: right !important;
}       

