html{
	min-width:970px;
}
#wrapper{
/* IE Dynamic Expression to set the width */
width:expression(document.body.clientWidth < 971 ? "970px":"100%" );
}
