/* line 15, front.sass */
html {
  background-color: transparent;
  height: 100%; }

/* line 19, front.sass */
body {
  background-color: #f2eada;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9ac69), color-stop(150px, #c9ac69), color-stop(300px, #e0e8ed), color-stop(500px, #ffffff), color-stop(100%, #ffffff));
  background-image: -webkit-linear-gradient(#c9ac69, #c9ac69 150px, #e0e8ed 300px, #ffffff 500px, #ffffff);
  background-image: -moz-linear-gradient(#c9ac69, #c9ac69 150px, #e0e8ed 300px, #ffffff 500px, #ffffff);
  background-image: -o-linear-gradient(#c9ac69, #c9ac69 150px, #e0e8ed 300px, #ffffff 500px, #ffffff);
  background-image: linear-gradient(#c9ac69, #c9ac69 150px, #e0e8ed 300px, #ffffff 500px, #ffffff);
  font-size: 14px;
  font-family: "Trebuchet MS", Arial, Helvetica, SunSans-Regular, Geneva, sans-serif;
  color: #335c64;
  padding: 0;
  margin: 0 auto;
  height: 100%; }

/* line 29, front.sass */
#container {
  margin: auto;
  position: absolute; }
