#wrapper {
width: 960px;
margin: 0 auto;
min-height: 100%;
height: auto !important;
height: 100%;
}
#header {
height: 110px;
background: #FFE680;
}
#content {
padding: 0 0 70px;
}
#footer {
width: 960px;
margin: -70px auto 0;
height: 70px;
background: #BFF08E;
}