Bottom of site wont go the rest of the page

Theirs a simple little pattern that goes down to the bottom(or should), but it only shows like 10pixels of it.

<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>index</title>
<style type="text/css">
<!--
body {
	margin:0;
	padding:0;
}
-->
</style>
</head>
<body bgcolor="#ffffff">
<!--url's used in the movie-->
<!--text used in the movie-->
<div align="left"> 
  <table width="100%" height="126%" border="0" cellpadding="0" cellspacing="0">
	<tr>
	  <td width="33%">&nbsp;</td>
	  <td width="640" height="10%"><div align="center">
		  <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="640" height="600" id="index" align="middle">
			<param name="allowScriptAccess" value="sameDomain" />
			<param name="movie" value="index.swf" />
			<param name="quality" value="high" />
			<param name="bgcolor" value="#ffffff" />
		    <embed src="index.swf" quality="high" bgcolor="#ffffff" width="640" height="600" name="index" align="middle" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /> 
		  </object>
		</div></td>
	  <td width="33%">&nbsp;</td>
	</tr>
	<tr>
	  <td>&nbsp;</td>
	  <td height="90%" background="bottom.gif">&nbsp;</td>
	  <td>&nbsp;</td>
	</tr>
  </table>
</div>
</body>
</html>