html, body {
    height: 100%;
}
#container {
    position: relative;
    min-height: 100%;
}
#footer, #footer_space {
    height: 32px;
}
#footer {
    position: absolute;
    bottom: 0;
}