html {
    background      : url(bg_footer_strip.jpg) bottom center repeat-x;
}

html, body {
    margin          : 0px;
    padding         : 0px;
    font-family     : sans-serif;
    height          : 100%;
}

div.outer {    
    background      : url(bg_header_strip.jpg) top left repeat-x;
    height          : 100%;
}

div.content {
    padding         : 0px;
    width           : 700px;
    margin          : 0px 0px 0px 50%;
    left            : -350px;
    position        : absolute;
}

div.content div.logo {
    padding         : 65px 0px 0px 0px;
    float           : left;
    margin          : 0px;
    position        : relative;
    width           : 250px;
    height          : 75px;
}

div.content div.webmail {
    padding         : 65px 0px 0px 0px;
    float           : right;
    margin          : 0px;
    position        : relative;
    width           : 200px;
    height          : 75px;
}

div.outerMenu {
    padding         : 0px 0px 0px 40px;
    margin          : 0px;
}

div.content div.menu {
    clear           : both;
    background      : url(bg_main.jpg) top left no-repeat;
    padding         : 0px 40px 0px 350px;
}

div.content div.menuarea {
    background      : url(bg_menu_area.jpg) top left no-repeat;
    width           : 237px;
}

div.content div.endMenu {
    clear           : both;
    background      : url(bg_menu_bottom.jpg) top left no-repeat;
    width           : 237px;
    height          : 13px;
}

div.content div.menu form {
    margin          : 0px;
    padding         : 10px 45px 0px 25px;
}

div.content div.menu form strong {
    display         : block;
    padding         : 15px 0px 0px 0px;
    color           : #FFF;
    font-size       : 14px; 
    font-weight     : bold;
}

div.content div.menu form input.field {
    display         : block;
    color           : #444;
    font-size       : 14px;
    width           : 100%;
    margin          : 0px 5px 0px 5px;
}

div.content div.menu form input.button {
    display         : block;
    float           : right;
    position        : relative;
    left            : 55px;
    top             : 10px;
    height          : 46px;
    width           : 118px;
    background      : url(img_login_button.gif) top left no-repeat;
    border          : none;
    cursor          : pointer;
}
