Possible Duplicate:
CSS to make HTML page footer stay at bottom of the page with a minimum height
(link to website: http://www.eastsidespeedway.weebly.com/)
Please use the above link and your browsers developer tools to view the html/css.
I'm trying to get the footer of the page to stay down at the bottom of the page. It may look like it's down now, but that's just because it fits the page. For example if you go to /404.html you'll see that it is a no-header page and that the footer is pretty much halfway up the page! I'm using Weebly to add content, etc, but I used Dreamweaver to build the site. I tried multiple things online, but they seem to make the footer go above the actual content to where you can't see it. I need it to be below the content.
The website layout is like this (example):
<div id="container>
<div id="navigation"></div>
<div id="content"></div>
</div>
<div id="footer-container>
<div id="footer"></div>
</div>
You can see that the footer is in a separate container. This is because there is a background image that needs to display 100% the width of the page, while the container is 960px wide.
I'm somewhat new to html/css so sorry if you don't quite understand.
Again, if you need any help, please just use the developer tools in your browser. :P
Any comments, suggestions, answers are appreciated.