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