The background-position property specifies where the background image is positioned on the page.
body { background-image: url("http://www.lynda.com/background.png"); background-position: 10% 10%;}The syntax is very straight forward:
| Property | Value | Notes |
| background-position: | <x> <y> | Specify the position as a percentage or length |
| background-position: | [top | center | bottom] [left | center | right] | Specify the position as a keyword |