Hi, if you add text-align:center; to the body style block your div wrap will center using either fluid or fixed width *margin:auto;* I simply do not understand the requirement for
Code:
margin: 0 -2000px 4em;padding: 0 2000px;
since all that is doing is giving a horizontal padding to any narrow element upto your fixed width value. Jim