/*
This is a proprietary expression only for Internet Explorer, as it doesn't support 
max-width or min-width. This expression breaks validation and therefore has been 
separated from master.css.
*/

.background {
	width: expression(document.body.clientWidth < 740? "740px" : document.body.clientWidth > 1300? "1300px" : "auto");
}

