I want to center a background image. There is no div used, this is the CSS style:
body{ background-position:center; background-image:url(../images/im
Try this background-position: center top;
background-position: center top;
This will do the trick for you.