using the background no-repeat property

It doesn't repeat. See the source or below:

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