Prueba con position fixed y bottom 0. (Disculpas esto es para otra cosa)
Código CSS:
Ver original* {
margin: 0;
}
html, body {
height: 100%;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -142px;
}
.footer, .push {
height: 142px;
}