Use a stylesheet, place it in the head of your html-file:
<style type="text/css">
<!--
body { background-image: url(path/to/image.jpg);background-repeat:no-repeat; }
-->
</style>
You could add these also (if prefered):
background-attachment: fixed; background-position:center;
HTH,
Quasibobo Don't eat yellow snow!