画像を背景に敷詰める。
スクロールしても動かない。

background-image: url("../img/cat.gif");
background-repeat: repeat;
background-attachment: fixed;
background-color:#ccc;