body {
    background-color: #2988B4;
    margin: 0px;
    font-family: 'Verdana';
    text-align: center;
    color: #666;
    overflow-y: scroll;
}
div.background {
    background: url('../images/bg.png') repeat-x;
    background-color: #fff;
}
div.wrapper {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
div.login {
    font-size: 11px;
    padding-right: 32px;
    color: #fff;
    height: 31px;
    text-align: right;
    background: url('../images/bg_login.png');
}
form {
    margin: 0px;
}
div.login input.text {
    margin: 0px;
    margin-right: 14px;
    margin-left: 4px;
    height: 19px;
    width: 130px;
    font-size: 9px;
    /*border: 1px solid #0066cc;*/
    border: 1px solid #0066cc;
    padding-top: 4px;
    padding-left: 4px;
    margin-top: 5px;
}
input.btn_login {
    width: 63px;
    height: 19px;
    background: url('../images/btn_login.png');
    border: 0px;
}
div.sidebar {
    float: left;
    width: 250px;
    padding-bottom: 40px;
}
div.sidebar a {
    float: left;
    width: 250px;
    height: 36px;
    line-height: 35px;
    padding-left: 40px;
    background: url('../images/mnu_bg.png') no-repeat;
    color: #2988B4;
    text-decoration: none;
    font-size: 14px;
}
div.sidebar a:hover {
    background: url('../images/mnu_bg_a.png') no-repeat;
    text-decoration: none;
}
.preload {
    display: none;
}
div.content {
    float: right;
    width: 616px;
    padding-top: 15px;
}
div.content_left {
    float: left;
    width: 294px;
}
div.content_right {
    float: right;
    width: 294px;
}
div.footer_wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    background: url('../images/footer.png') top center no-repeat;
    padding-top: 26px;
    padding-bottom: 20px;
}
div.footer {
    float: right;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 616px;
}
div.footer a {
    color: #fff;
    text-decoration: underline;
}

