下記を<head>〜</head>の部分に挿入してください。
--------------------------------------------

<style type=text/css>
<!--
.tt{
background-color: "#000000";
background-image: url("画像のアドレス");
background-repeat: no-repeat;
}
-->
</style>

--------------------------------------------

使用の為には、class="tt"を挿入する必要があります。
例)<table class="tt">〜</table>