you may set an individual background image for a page with the following css
<style type=”text/css” id=”custom-background-css”>
body.custom-background { background-image: url(“yourimage.jpg”); background-position: left top; background-size: cover; background-repeat: no-repeat; background-attachment: fixed; }
</style>