* html #container {
	width: expression(document.body.clientWidth < 980 ? "980px" : "auto"); /*IE6*/
}
