I noticed the same problem and solved it by adding this code after the <?php endif; ?> tag on the index.php file:
<div id=”back”><?php next_posts_link(‘« Previous Entries’) ?></div> <div id=”next2″><?php previous_posts_link(‘Next Entries »’) ?>
</div>
Hope that helps!