Forum Moderators: not2easy
#main {
border: 0px;
width: 960px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:center;
background-color: #E8E8E0;
background-image: url(../images/gavel.jpg);
background-position: bottom left;
background-repeat: no-repeat;
if you can't do that, then you could include a
<tfoot><td>Blah blah</td></tfoot>
section at the end of the table and have the image appear in there instead. just stretch that one <td> across the whole width of the table and give it a fixed height.