Hello! in my page I have a min-width so that my page stops "shrinking" for 800x600 resolution. I have a max-width because I do not want the page to stretch all the way on higher resolutions like 1440x900. However, this makes a "white space" on the right of my page. How can I make the page centered so that it will have equal "white space" on each side of the page? What I really want is a margin-left:5% and margin-right:5%, but this will make the page too wide in 800x600 because there is still a small white space on the sides.
Just be warned IE 5.x doesn't do margin:auto - but div's in it obey text-align:centered so you can 'fake' it kind of. But being IE6 and earlier don't have min-width and max-width, not centering in legacy browsers is probably the least of your problems.