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
simply replace
background-image:url(../images/images2.jpg) no-repeat;
with
background:url(../images/images2.jpg) center;