Hi there,
Sorry for the delay in getting back to you on this one.
You need to make quite a few changes. Open template.css and at line 178 you need to adjust the code to this...
body {
background: url("../images/backgrounds/style3/background.jpg") no-repeat fixed 50% 0 #D1CEC4;
}
This fixes the image in a central position. Change the colour to suit (#D1CEC4).
To see the image you will need comment out the following lines in style3.css - 20, 41, 45, 50 as they all have background images.
Then you will need to use Firebug to work out the other changes to make, especially as the text is not readable over the image.
Hope this helps