codice:
<html>
<head>
<title>this works!</title>
<style> 
body 
{ 
background-image: url(image.gif); 
background-attachment: fixed; 
background-position: center center; 
background-repeat: no-repeat;
} 
</style> 
</head>
<body>
scrib scrib
</body>
</html>