画像を真ん中に表示、
スクロールしても動かない。

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