Possible Duplicates:
How to align footer (div) to the bottom of the page?
http://www.google.com/#q=bottom+footer+site:stackoverflow.com
How to push the footer to the bottom of the page ?
I tried many ways but nothing works :)
My Html
<div id="header">
.
.
</div>
<div id="container">
.
.
</div>
<div id="footer">
<div id="footerContent">
.
.
</div>
</div>