
	/* IE 6 and lower */

	* html body, * html {
		behavior: 				url(lib/csshover.htc);
	}
	* html #wrapper {
 		width:					expression(document.body.clientWidth < 949? "949px": "auto" );
 		background-color: #E6E6E6;
 	}
	* html #content {
 	 height:					expression(this.scrollHeight < 536? "536px" : "auto" );
 	}
