body {
    font-family: arial;
    font-size: 12px;
    padding: 0px;
    margin: 0 auto;
    text-align: center;
}

.clear_both {
    position: relative;
    clear: both;
}

#container {
    background-image: url(../images/bg.jpg);
    margin: 0 auto;
    width: 1190px;
    height: 789px;
    background-repeat: no-repeat;
    text-align: left;
}

#container a {
    color: #a1a1a1;
}

#content {
    width: 850px;
    margin: 0 auto;
}

#login_tbl {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
    margin-left: 40px;
}

#footer {
    margin-top: 200px;
    font-size: 11px;
    color: #939393;
    text-align: center;
}

.spacer {
    padding-right: 50px;
}