@charset "utf-8";
/* **************************************************
Author: Andres Vidal
Description: IE 6 and below
************************************************** */
/* fake min and max width 
.container {
  text-align: left;
  width: expression(document.body.clientWidth < 800 ? "760px" : "90%" );
  width: expression(document.body.clientWidth > 960 ? "960px" : "90%" );
}
*/