So you want a white central column, with a graphic displayed along the sides?
What you need to do, is to edit the CSS file (style.css for the red design or styleblue.css for the blude design) which comes with this theme and change the following:
body {margin:0;padding:0}
and change that to something like the following:
body {
background:url(‘url.jpg’);
margin:0;
padding:0;
}
where url.jpg is the image file you want displayed.