You'll need to edit the style.php file to remove the default tiling code. If you go into the Editor under the Appearance tab and then select the style.php file, on line 60 under the body tag you'll see this:
background-repeat: repeat;
If you change that to this:
background-repeat: no-repeat;
Your background image won't repeat and will be centered behind your blog at the top.