left up right
Background
background-color: <color> | transparent
background-image: <url> | none
background-repeat: repeat | repeat-x | repeat-y | no-repeat
background-attachment: scroll | fixed
background-position: [ [ <percentage> | <length> | left | center | right]  
            [ <percentage> | <length> | top | center | bottom ] ]? ] |
            [ [left | center | right] || [top | center | bottom] ]
background: [ <background-color>  || <background-image>   || 
      <background-repeat>  || <background-attachment>  ||
      <background-position> ]

Backgrounds are styling Don't use them for content