#container, #footer, #homecontent {
	width: expression(document.body.clientWidth < 800? "800px" : document.body.clientWidth > 950? "950" : "auto";
}
