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
background-position: center center;