html, body {
    height: 100%;
}

body {
    background: transparent url("/static/img/bg.png") repeat 0 0;
    font: normal 12px/1.4em Arial, sans-serif;
    color: #000;
}

.wrapper {
    height: auto !important;
    height: 100%;
    min-height: 100%;
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -moz-box-shadow:0 0 6px 4px #e1e1e1;
    -o-box-shadow:0 0 6px 4px #e1e1e1;
    -webkit-box-shadow:0 0 6px 4px #e1e1e1;
    box-shadow:0 0 6px 4px #e1e1e1;
    background:#FFF;
}

.header, .body, .footer {
    width: 880px;
    margin: 0 auto;
}

.header {
    padding: 28px 0px 0px;
    margin-bottom: 31px;
}

.header .header-logo {
    margin-right: 30px;
}

.body {
    padding: 0px 0px 105px 0px;
    position: relative;
}