Look in your CSS file for:
.ow_page_wrap {
position: relative;
background-image: url('images/bg.jpg'); /** OW_Control type:image, key:backgroundImage, section: 1. General Settings, label: Page background image **/
background-repeat: repeat;;
Replace it with:
.ow_page_wrap {
background-image: url('images/page-bg.jpg'); /** OW_Control type:image, key:backgroundImage, section: 1. General Settings, label: Page background image **/
background-attachment: fixed;