Hello !
Best is to define a CSS for your table
<style type="text/css">
<!--
table {background-image:url(pic/image.png);background-repeat:no-repeat;background-position:bottom}
-->
</style>
You can add the BGPROPERTIES=FIXED in your BODY tag if you want.
Hope that helps
Yann