html, body {
    height: 100%;
}
#footer {
    height: 60px;
    background-color: #f5f5f5;
}
#push {
    height: 60px;
}
#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
}
#wrapper > .container {
    padding-top: 60px;
}
.credits {
    margin: 20px 0;
}
.padding {
    height: 15px;
}