@nfgoddess, here is your footer cleaned of everything. I have tested it and it is working perfectly. Just copy this code and save it as footer.php and you are good to go.
<?php include(TEMPLATEPATH . "/bottom.php"); ?>
<div id="footer">Copyright 2010</div>
</div>
<?php wp_footer(); ?>
</body>
</html>