All the sticky footers require that you place all the content within a page-wrap except for the footer. I have a situation where the header must reside outside the page-wrap:
<div id="header">...</div>
<div id="page-wrap">...</div>
<div id="footer">...</div>
Anyone know what the addendum to the CSS would be in this case?