what about this?
HTML Code:
<html>
<head>
<style type="text/css">
body
{
background-image: url("PICTURE.GIF");
background-attachment: fixed;
background-position: 100% 100%;
background-repeat: no-repeat;
}
</style>
</head>
<body>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<h1>This is a Heading</h1>
<p>Some text.</p>
<p>Some text.</p>
<p>Some text.</p>
<p>Some text.</p>
<p>Some text.</p>
<p>Some text.</p>
<p>Some text.</p>
</body>
</html>