#page-wrap {
	width:expression(document.body.clientWidth < 960? "960px" : document.body.clientWidth > 1060? "1060px" : "auto");
}