html
div#wrap>div#top+div#header+div#contents+div#footer
css
html, body { height:100%; }
#wrap { position:relative; min-height:100%; background:#f33;/*確認用*/}
#contents { padding:1em 0 3em;/*コンテンツとフッターの位置調整*/ }
#footer { position:absolute; bottom:0; width:100%; height:3em; line-height:3em; }
どうですか、フッターは下部に表示されてますか?