codice:
<html>
<head>
<style>
body
{
 background-image: url(immagine.jpg);
 background-repeat: repeat;
 background-attachment: fixed;
}
</style>
</head>
<body>


metti nella stessa cartella di questo file un file kiamato immagine.jpg ke diventa sfondo :)
</body>
</html>