Просто фон
<style type="text/css">html, body {background-color: #FFFFFF; background-image: url(ссылка на картинку); background-repeat: repeat; background-attachment: fixed; background-position: top left;}</style>
Двойной фон-картинка в картинке
<style type="text/css">
BODY { background-image:
url(картинка фон);
background-repeat: no-repeat; background-attachment: fixed; background-position:
bottom right }
HTML { background-image:
url(основной фон);
background-repeat: repeat; background-attachment: fixed; }
</style>