Hi James
To amend you can add the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Replace # with a URL to your image.
#body_panel {
background-image: url('#');
background-size: cover;
background-attachment: fixed;
}
Ciaran