body {
	width:expression(document.documentElement.clientWidth < 1070 ? "1070px" : "auto");
}