.fixw {
	max-width: 800px;
	width: expression(document.body.clientWidth > 800? "800px": "auto" );
}
