background-position:left top
The image tiles across and down from the top left (default setting).

background-repeat:center center
The image tiles out from the center of the element.

A code example from Stylin’ with CSS, Third Edition by Charles Wyke-Smith. Visit stylinwithcss.com for more CSS information and updates.