background-position: right
<html> <head> <title>Background position right </title> <style> body {background-color: cyan; background-image: url(http://www.java2s.com/style/logo.png); background-repeat: repeat-x; background-position: right;} </style> </head> <body> </body> </html>