/* w3s.css */
body {
    background: #575756 none repeat scroll 0 0;
    color: #333333;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 75%;
    line-height: 1.5em;
    text-align: center;
    min-height: 100%;
}
#content {
    background: #ffffff none repeat scroll 0 0;
    /*float: left;*/
    /*left: 0;*/
    position: relative;
    text-align: left;
    padding: 12px 12px 12px 12px;
    min-height: 100.01%;
    height: auto !important;
    width: 798px;
    margin: -10px auto 0px auto;
}
