On the shape dividers (which are great by the way, thank you!), specifically in the demo there is on just above the footer, but it's contained in the #content div.
It would be useful to have in a separate div, to make code cleaner as people usually put footer code in a footer.inc or (if converting to WordPress) footer.php. Makes things logical and cleaner. Otherwise what happens is that you end up closing the #content div in the footer file, instead of in the main.inc (or page.php) files.
