I am using this gallery script on a site I am working with and for some reason can not seem to get the Back to Menu ( link ) at the bottom of the code to be at the bottom of the page or at least under the images that propegate above it - any help
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Bridal Gallery</title>
<link rel="stylesheet" type="text/css" href="style.css" />
<link rel="stylesheet" type="text/css" href="resources/fancy.css" />
<script type="text/javascript" src="js/jquery-1.2.3.pack.js"></script>
<script type="text/javascript" src="js/jquery.fancybox-1.0.0.js"></script>
<script type="text/javascript">
$(function(){
$(".photo-link").fancybox({ 'zoomSpeedIn': 500, 'zoomSpeedOut': 500, 'overlayShow': true });
});
</script>
<style>.break { page-break-before: always; }</style>
</head>
<body>
<div id="page-wrap">
<img src="resources/header.png" alt="Photo Gallery" /><br />
<a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_0813.jpg"><img src="../../category/bridal/IMG_0813-thumb.jpg" width="100" height="100" /></a><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_083.jpg"><img src="../../category/bridal/IMG_083-thumb.jpg" width="100" height="100" /></a><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_08.jpg"><img src="../../category/bridal/IMG_08-thumb.jpg" width="100" height="100" /></a><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_8.jpg"><img src="../../category/bridal/IMG_8-thumb.jpg" width="100" height="100" /></a><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_8123.jpg"><img src="../../category/bridal/IMG_8123-thumb.jpg" width="100" height="100" /></a><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_812.jpg"><img src="../../category/bridal/IMG_812-thumb.jpg" width="100" height="100" /></a><div class="clear"></div><a class="photo-link" rel="one-big-group" href="../../category/bridal/IMG_81.jpg"><img src="../../category/bridal/IMG_81-thumb.jpg" width="100" height="100" /></a>
</div>
<center><font color="white" size=5><a href="../index.html" border=0>Back To Menu</a></font></center>
</body>
</html>