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