Playit
CSS Property:
background-position:

Result:
CSS Code:
div {
    background-image:url('w3css.gif');
background-repeat:no-repeat;
background-position:left top;
}
Click the property values above to see the result
W3Schools.com - Play it