﻿body {
	width:expression(document.documentElement.clientWidth < 990 ? "990px" : "auto");
	height: 100%;
}
