* html #root {width: expression(document.body.clientWidth > 985 ? "100%" : "980px" )}
#root {min-width: 980px}
#header {
	clear:left;
}
#leftzone {
	float: left;
	width:34.3%;
}
#content {
	float: left;
	width: 300px;
}
#rightzone {
	float: left;
	width: 35%;
}
#footer {
	clear: left;
	height: 100px;
}
