On a layout I'm currently working on I'm trying to get a table at the bottom containing the copyright information at the very bottom of the page. I've been trying it using a div layer, as that's what most of the page is made up of, and this is as close as I can get it and yet it appears about 3/4 down the page instead. Any help in getting the bloody thing down there would be much appreciated, even if it isn't via div layering.

PHP Code:
</div>

<
div id="foot" style=":bou::bou::bou::bou::bou::bou::bou::bou::bou::bou: absolute; width: 779px; height: 20; left: 0px; top: 100%;">
<
table cellspacing=0 cellpadding=0>
<
td height="20" width="779" bgcolor=9592AB style="border: 1 solid #2A2A28;">Copyright Information</td>
</
table>
</
div