/* System Setting */

body
{
   min-width:800px;         /* Suppose you want minimum width of 1000px */
   width: auto 		    /* Firefox will set width as auto */
   width: 800px;            /* As IE6 ignores !important it will set width as 1000px; */
   /*background: yellow; */
}
