/*hack to set min-width and max-width --- be sure the “less/greater than” values differ from the “set it to” values. or IE will FREEZES*/

#wrapper {
	width: expression(document.body.clientWidth < 872? "870px" : "auto");
	}