  /* column container */
  .colmask {
    position:relative;    /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
      clear:both;
      float:left;
        width:100%;     /* width of whole page */
    overflow:hidden;  /* This chops off any overhanging divs */
  }
  /* 1 column full page settings */
  .fullpage {
      background:#fff;
  }
  .fullpage .col1 {
        margin:12px 15px;
     min-height: 600px;
      }
  /* Footer styles */
  #footer {
        clear:both;
        float:left;
        width:100%;
    border-top:1px solid #000;
    }

