/*-----------------------------------------
 Jello Mold styles for min 800, max 3500
-----------------------------------------*/
body {
/*   background: gray; */
   color: black;
   margin: 0;
   padding: 0 400px 0 400px;
   text-align: center;
}


#sizer {
   margin: 0 auto 0 auto;
   max-width: 0px;
   padding: 0;
   width: 100%;
}

* html #sizer { /* set minimum width for IE */
}
 
#expander {
/*   background-color: white;*/
   margin: 0 -400px 0 -400px;
   min-width: 800px; /* Critical Safari fix! */
   position: relative;
}

 
/* Holly hack for IE \*/
* html #wrapper { height: 0; }
* html #expander { height: 0; }
* html #sizer { height: 0; }


/* helps IE get the child percentages right. */
#wrapper { width: 100%; } 
 
/* .clearfix {display: inline-table;} */