Go to the CSS editor in the admin panel and search for the 'body' selector, and then change
background: #fff;
to
background: url( image url here );
if you want it like
mine, open #container
replace the background with:
background: url( image url here );
Add the code to the #content class.
thx ajs, this is the solution!