<?php
?>
<div id="footer">
	<p>
		<?php printf('%1$s is proudly powered by %2$s', get_bloginfo('name'),
		'<a href="http://wordpress.org/">WordPress</a>'); ?>
		<br /><?php printf('%1$s and %2$s.', '<a href="' . get_bloginfo('rss2_url') . '">' . 'Entries (RSS)' . '</a>', '<a href="' . get_bloginfo('comments_rss2_url') . '">' . 'Comments (RSS)' . '</a>'); ?>
	</p>
</div>
<?php wp_footer(); ?>
</div>
</body>
</html>