You can apply the background image on body element, like this:body { background: #000 url(path/to/image.jpg) no-repeat; }
If you need more wrapper elements (for complex backgrounds which consists of multiple images) you can edit the index.php file to add 'div' elements to the page.