css align backround image to the right

CSS
background-position: 10px 20px; /*#10px from left 20px from top*/.right-align-background {
    background-position: center right;
}
Source

Also in CSS: