Hello
Presuming I understand you correctly, to amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
Editr to taste
#body_panel {
background-image: url('http://localhost/build/sophia/images/header-slideshow/header-slide1.jpg');
background-size: cover;
background-attachment: fixed;
}
#container_showcase1_modules, #container_top1_modules, #container_top2_modules, #container_top3_modules, #container_main, #container_bottom1_modules, #container_bottom2_modules, #container_bottom3_modules, #container_base, #container_copyright {
background-color:
transparent;
}
Note that this will override all other background settings.
Ciaran