The background is set by repeating the image "background01.jpg" Sample css code is:

<style type="text/css">

body { background-image: url(background01.jpg); background-repeat: repeat; }

</style>

Paste the above code into the HEAD section of your HTML document.