/* FIXED WIDTH GRID MAIN CLASSESS */

/* FIXED CONTAINER */
.c12, .c16, .c24 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

