If a background image has been specified, this property specifies its initial position.
[<percentage> | <length>]{1,2} | [top | center | bottom] || [left | center | right]
body { background: url("banner.jpeg") right top }
body { background: url("banner.jpeg") top center }
body { background: url("banner.jpeg") center }
body { background: url("banner.jpeg") bottom }