Need help with positioning background image

Not sure why this doesn’t reposition my background image.

body{
background-color: #1B273F;
background-image: url(“http://www.global-adventure.com/Wallpaper/USA/NewYork/23NewYork_YankeesStadium_Gross.jpg”);
background-repeat: no-repeat;
background-position: 250px 300px;
}

Do you have a pen? It’s easier to try to see what’s wrong then.