@charset "UTF-8";
/* CSS Document */

.container { /* surrounds all other divs giving them their percentage-based width */
  width: 100%;
  min-width: 900px;/* keeps layout from getting to narrow */
}
