Forum Moderators: open
you could, of course, just dump the javascript and use CSS instead. ;)
body {
font: 120%/1.4 'century gothic', verdana, arial, helvetica, sans-serif;
margin: 0;
padding: 0;
color: #1b1b1b;
background-color: #42413C;
background-image: url(images/beach-nsw.jpg);
background-repeat: no-repeat;
background-position: 0 0;
background-attachment: fixed;
background-size: 100% 100%;
}