Вот ваш css
html, body {height:100%;padding:0;margin:0;}
#footer {position:absolute;bottom:0;left:0;width:100%;background-color:#f00;}
#scrollingbody {overflow:auto;height:100%;}
Вот ваш html
<div id="scrollingbody">content goes here</div>
<div id="footer">here is footer</div>