html, body {
  height:100%;
  background: #fff; /* Old browsers */
  color:#6d6e71;
  font: normal 18px / 26px 'century gothic' ,sans-serif;
  position:relative;
}

html { 
  background:none; 
}

body {
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
h1 {
  color:#6d6e71 !important;
}
a:link {
  color:#6d6e71;
}