#page-wrapper {
	width: expression(document.body.clientWidth < 1000? "998px" : document.body.clientWidth > 998? "" : "")};
/*body tag has 10px lt & rt padding - deduct 20px from the base doc width to set above*/