using the background repeat-x property

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

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