+Sticky Footer HTML Code

This is the basic structure of the HTML code needed for this sticky footer solution;

<div id="wrap">
	<div id="main" class="clearfix">
	</div>
</div>
<div id="footer">
</div>

For more on how to use it read theĀ how to page. It includes working with floating multi column layouts and adding a header.