Example:

The above ball image does not tile.

<style type="text/css">
<!-- 
BODY {background:url(ball.gif) no-repeat} 
-->
</style>
You can also align the image in the center of your webpage, the following code shows how.

<style type="text/css">
<!-- 
BODY {background:url(ball.gif) no-repeat center} 
-->
</style>