HTML, BODY {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

HTML {
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}
         
BODY {
    padding-top: 20px;
    background-color: #0C131B;
    background-image: url('/pic/easyweb_hatter.jpg');
    background-repeat: repeat-x;
    background-attachment: fixed;

    font-family: Arial;
    font-size: 12px;
    color: #002245;
}

FORM, IMG, DIV, P, TABLE, TH, TD, H1, H2 {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

TABLE {
    border-spacing: 0px;
    border-collapse: separate;
    *border-collapse: collapse;
}

TH, TD {
    empty-cells: show;

    font-family: Arial;
    font-size: 12px;
    color: #002245;
}

A, A:hover {
    font-weight: bold;
    text-decoration: none;
    color: #1E6E91;
}

A:hover {
    color: #00B6DD;
}

H1 {
    width: 738px;
    margin-left: auto;
    margin-right: auto;
}


DIV#main {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

DIV#mainFloat {
    width: 998px;
    float: left;
    border: 1px solid #00B0D7;
    background-color: #FFFFFF;

    background-repeat: no-repeat;
    background-position: top;
}


DIV#header {
    width: 998px;
    height: 234px;
    float: left;
}

DIV#header IMG.logo {
    width: 161px;
    height: 94px;
    float: left;
    clear: both;
    margin-left: 48px;
    margin-top: 22px;
}

DIV#header UL {
    margin: 0px;
    padding: 0px;
    margin-top: 173px;
}

DIV#header LI {
    list-style-type: none;
    display: inline;
    margin: 0px;
    padding: 0px;
}

DIV#header LI IMG {
    height: 14px;
}

DIV#content {
    width: 738px;
    float: right;
    border-left: 1px solid #2C789A;
    margin-left: -1px;
    margin-bottom: 11px;
}


DIV#left {
    width: 259px;
    float: left;
    text-align: center;
    border-right: 1px solid #2C789A;
    margin-bottom: 11px;
}

DIV#left > IMG {
    border-top: 1px solid #2C7898;
    border-bottom: 1px solid #2C7898;
    margin-top: 10px;
}

DIV#left > DIV {
    margin: 0px 14px 14px 24px;
}

DIV#left DIV#doc {
    width: 221px;
    height: 211px;
    background-image: url('/pic/bal/bal_box_01.jpg');
}

DIV#left DIV#doc IMG {
    margin-left: 18px;
    float: left;
    clear: left;
}

DIV#left DIV#customer {
    width: 221px;
    height: 238px;
    background-image: url('/pic/bal/bal_box_02.jpg');
}

DIV#left DIV#customer IMG {
    margin-left: 73px;
    float: left;
    clear: left;
}


DIV#footer {
/*    height: 19px;*/
    height: 20px;
    clear: both;
/*    border-top: 1px solid #3F6083;
    background-color: #014C74;*/
    color: #FFFFFF;
    background-image: url('/pic/footer.jpg');
    text-align: center;
}

DIV#footer a {
    color: white;
}

DIV#footer div {
    padding-top: 2px;
}
