body {
    background-color: rgb(72, 120, 192);
    background: #a8c0ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to up, #3f2b96, #a8c0ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to up, #3f2b96, #a8c0ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  }
  body > .grid {
    height: 100%;
  }
  .image {
    margin-top: -100px;
  }
  .column {
    max-width: 450px;
  }

.e_bg_gary {
  background-color: rgba(255, 240, 240, .5);
}
