html,body {
    height: 100%;
    overflow: auto;
}

.wrapper {
    min-height:100%;
    height:auto !important;
    height:100%;
    margin:0 auto -97px;
}

.footer, .push {
    height: 97px;
}

.footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#error {
    padding-bottom:10px;
    color:red;
}