body { background-image: url(image.png); background-repeat: repeat; }
body { background: url(image.png) repeat; }
<style><!-- body { background: url(your/image/url.gif) repeat; } --></style>