{block:Pagination} <div id="classic-pagination">

{block:PreviousPage} <a href="{PreviousPage}" id="prev-page">Previous Page</a {/block:PreviousPage}
{block:NextPage} <a href="{NextPage}" id="next-page">Next Page</a>{/block:NextPage}

</div><!-- #classic-pagination -->{/block:Pagination}
so know thats the HTML i want to use and its to change to the next page and such but i want to know where i would place this in the existing HTML code if i want it to appear at the bottom of the page, where in the code do i place it?
i want it to be in either the side bar or at the bottom of the page :P