You're on the right track.

Here's how it woud look in the stylesheet:

BODY {
background-image: url(../images/yourimage.jpg);
background-repeat: repeat;
background-color: #FFFFFF;
margin: 0px;



The image would be in the /images folder. You can put them in the templates/classic/images folder if you prefer, but you'll need to change the path in the stylesheet.