Is there a way to ensure that the footer stays at the bottom of the page even when there is not enough content?
I've experimented with various CSS options to no avail. While I could use JavaScript to achieve this, I believe CSS would be a smoother solution if possible.
I suspect the issue lies in my wrapper div (with the id "main") having float:none in order to center its contents.
You can view the page at
Any assistance would be greatly appreciated!