On a pages where the content is short, the footer sits below the content just fine, although not at a consistent height from page to page
http://www.voltrek.com/about (looks fine)
http://www.voltrek.com/implementation (ugh)
And when I put the footer on any of these template pages, the footer ends up in the middle, and not anchored to the bottom.
http://www.voltrek.com
http://www.voltrek.com/technologies
Looking at the CSS and the template files, it seems all the problems stems from #page, which seems to be defined as a wrapper, to wrap all the page text. But when I use Firebug, the highlight shows that the div id=page only goes half the page, and the footer is absolutely anchored right below that div -- but in the middle of the content!
Can someone look and see if there is a fix to the #page to get it to extend to the true bottom of the content? And if so, how do I do that?
Or do I need to create another wrapper? And if so, can you tell me -- just for any one of the templates and I can figure out the rest -- where I would put my wrapper code in the php file, and what it would like in the CSS to properly contain the page content so the footer will anchor to the bottom of the page properly?
Thank you!