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