上から15pxの位置で横にのみ繰返し
スクロールとともに移動する。

background-image: url("../img/cat.gif");
background-repeat: repeat-x;
background-attachment: scroll;
background-position: 15px 15px;
background-color:#ccc;