Hi,

In the info file you've defined a footer region but the page.tpl.php does not contain a print footer tag. I added the following to my page.tpl.php around line 93 after the clean div

<?php if (!empty($footer)): ?>
  <div id="content-footer">
    <?php print $footer ?>
  </div>
<?php endif;?>