Pero funciona para lo que preguntabas.
Yo haría algo más simple para conseguir lo que quieres, algo así:
Código CSS:
Ver originalbody,html,#content {
height:100%
}
#header,#footer
height: 100px;
background:red
}
#content{
position:relative
}
#footer{
position:absolute;
bottom:0;
width:100%;
}
Código HTML:
Ver original
header
Your content goes here
Footer here