Adding a custom background image to your store
From Spiffy Stores Knowledge Base
Step 1
Create a plain text file on your computer using Notepad on a PC or textedit on a Mac and call it "custom.css". Add the following text to it...
body {
background-image: url(custom-background.jpg);
}