Prueba con esto:
http://www.cssreset.com/how-to-keep-...page-with-css/
Dejo el código por si algún día la página no está disponible:
Código CSS:
Ver originalhtml,
body {
margin:0;
padding:0;
height:100%;
}
#wrapper {
min-height:100%;
position:relative;
}
#header {
padding:10px;
background:#5ee;
}
#content {
padding:10px;
padding-bottom:80px; /* Height of the footer element */
}
#footer {
width:100%;
height:80px;
position:absolute;
bottom:0;
left:0;
background:#ee5;
}
Código CSS:
Ver original<!--[if lt IE 7]>
<style type="text/css">
#wrapper { height:100%; }
</style>
<![endif]-->
Saludos.