body {text-align:center; /* IE6 needs this to center the layout in the browser window */}

body {behavior:url("css/csshover.htc"); /* allows hover to work in IE6 and earlier */}

#main_wrapper {
	/*  IE6 min/max-width hack  */	
	width: expression(document.documentElement.clientWidth < 762? "760px" : document.documentElement.clientWidth > 982? "980px" : "auto");}

* html, div.box100 { zoom: 1; } 
