Hello
You could try setting the transparency of each module block background to 0 and add the following to the Custom CSS field...
(edit to taste)..
.body_bg {
background-image: url(#);
background-attachment: fixed;
background-size: cover;
}
Replace # with the url to your image.
Ciaran