i think this will work:
Code:
<html>
<head>
<style type="text/css">
body
{
background-image:
url('IMAGENAME');
background-repeat:
no-repeat;
background-attachment:
fixed
}
</style>
</head>
<body>
</body>
</html>
replace IMAGENAME with your background image. ex: background.jpg
hope this helps