* html #root {
	width: expression(document.body.clientWidth > 1175 ? "100%" : "1170px" );
}
#root {
	min-width: 1170px;
}
.column{
	border-top: 10px solid #e6e6e6;
	background-color: #f3f3f3;
	height: 88px;
}
#content {
	float: left;
	width: 73.9%;
}
#leftzone {
	float: left;
	width: 25.9%;
}
#footer {
	clear: left;
	height: 100px;
	width: 100%;
}
