Hi GarryB,
You'll need to make sure your page.php file uses <?php get_footer(); ?>
. It looks like your index.php includes the footer.php template, but page.php doesn't.
You can read about adding a footer here: http://codex.wordpress.org/Function_Reference/get_footer
Hope that helps!
txpost