I just moved it in there and its still not showing up.
<?php get_header(); ?>
<div id="content">
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<!-- do stuff ... -->
<p><?php posts_nav_link(); ?></p>
<?php endwhile; ?>
<?php endif; ?>
</div>
<br class="clearfloat" />
</div>
<?php get_footer(); ?>