Posicionamento de imagens de background
background-position: 10%; (horizontal vertical)
background-position: -10px -20px;
background-position: left 50%;
background-position: right center;
background-position: center center;
background-position: right top
background-position: bottom 10px right 20px;