Scroll down to the next line and set it up from this
/* other background color or image changes */
body {
background:#84A4C1; /* main site background color, blue default */
To this
/* other background color or image changes */
body {
background:url("../images/your_image.jpg"); main site background color, blue default */
or
background:url("../images/your_image.jpg") repeat; main site background color, blue default */
Bookmarks