I did that here:
www.donerightandreasonable.com
in the style css file (I simply changed the wood background image to the sky and uploaded it through cPanel
Code:
body {
background-color: #FFFFFF;
background-image: url("/templates/hot_cars/images/bg_wood.jpg");
}
in layout.css line 12 I added this to the code to override other background code.
Code:
body {
background-repeat: no-repeat !important;
background-size: 100% auto !important;
}