/*div.page_width {
	width: expression((document.documentElement.clientWidth < 1000) ? '1000px' : '100%');
	}
div.footer_width {
	width: expression((document.documentElement.clientWidth < 1000) ? '1000px' : '100%');
	}*/

img {behavior: url(images/png.htc);}