Using CSS it would be:
<style type="text/css">
body {
background: url('http://image-url') top center;
}
</style>
Replace the "image-url" in that code with whatever the image's actual URL is. Also, make sure that the preceding code is between the <head> and </head> tags in your html document.