* {
    padding: 0 0;
    margin: 0 0;
}

html {
    height: 100%;
}

img {
    border: none;
}

body {
    background-color: #e4e4de;
}

#header,
#content,
#footer .content {
    width: 920px;
    margin: 0 auto;
}

#header {
    background: url('/images/header_bg.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 115px;
}

#header .logo {
    position: relative;
    float: right;
    top: 17px;
    left: -110px;
}


#header .promo {
    position: absolute;
    margin-left: 35px;
    margin-top: 33px;
}

#content {
    background: url('/images/content_bg.gif');
}

#footer {
    background: url('/images/footer_bg.gif');
    background-repeat: no-repeat;
    background-position: center top;

    text-align: center;
    padding-top: 40px;
    height: 80px;
    width: 100%
}

#footer .logo {
    border: none;
    float: left;
}

#footer .support {
    float: right;
}