#all-include {
	width:expression(document.documentElement.clientWidth	<	970? "950px":	"auto"); /* This is the min-width correction for IE */
        height : expression(document.documentElement.clientHeight	<	670? "650px":	"auto");
}