Big Business Theme - Stretch Backgound Image

Permalink
HI All
I have the big business theme and have added a image through the backend css however it is repeating not filling the screen (i just want the one image to not move even if the user scrolls the page) every time i add any css the image disappears. can someone give me the coding to make this happen

coding at the moment is

body { background: url(img/mount.gif)

 
ronyDdeveloper replied on at Permalink Reply
ronyDdeveloper
body { 
     background-image: url(img/mount.gif);
     background-repeat: no-repeat;
     background-size: cover;
}