using the background repeat-y property

It only repeats on the vertical. See the source or below:

            body {
                background-repeat: repeat-y;
                background-image: url(../images/thomasintheocean.png);
                }