ok i may have done something a bit wrong here... but i'm not sure

i don't think i did.... so here's the problem. i'm working on my a website for my buddy, and for his opening page, i've made a picture with blurred edges and that jazz. that's all well and good so the problem comes when i set it to size. i can't keep it from having white space at the top and right side...
Code:
body{background-image:url("bg.jpg");
background-repeat:no-repeat;
-moz-background-size:1250px, 150%;
background-size:1250, 150%;
}
anything especially wrong with that?
thanks all!