
#supercontainer {
	border-width: 0 0px;
	margin: 0;
	width: auto;
	min-width: 730px;
    /* IE Dynamic Expression to set the width */
    width:expression(document.body.clientWidth < 830 ? "730px" : "100%" );
	background-color:#FFFFFF;
   }
