You can try this. The background image is currently the header banner. You will have to replace that with your own image. Just place this in the custom css box for the theme in the admin panel, and add your image url between the quotation marks.
.ow_page_wrap {
background-attachment: fixed;
background-image: url("your image url here");
background-repeat: no-repeat;
background-size: 100% 100%;
}