@font-face {
    font-family: 'robotomedium_italic';
    src: url('../fonts/roboto/Roboto-MediumItalic-webfont.eot');
    src: url('../fonts/roboto/Roboto-MediumItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/Roboto-MediumItalic-webfont.woff') format('woff'),
         url('../fonts/roboto/Roboto-MediumItalic-webfont.ttf') format('truetype'),
         url('../fonts/roboto/Roboto-MediumItalic-webfont.svg#robotomedium_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'existencelight';
    src: url('../fonts/existence/Existence-Light-webfont.eot');
    src: url('../fonts/existence/Existence-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/existence/Existence-Light-webfont.woff') format('woff'),
         url('../fonts/existence/Existence-Light-webfont.ttf') format('truetype'),
         url('../fonts/existence/Existence-Light-webfont.svg#existencelight') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
  height: 100%;

}

body {
  height: 100%;
  font-size: 12pt;
  font-family: existencelight;
  line-height: 27px;
  margin: 0px;
  padding: 0px;

}

h1 {
  font-size: 18pt;
  font-family: robotomedium_italic;
  margin: 0px;

}

a {
  text-decoration: none;

}

div#wrap {
  height: 100%;
  width: 100%;

  background-image: -ms-linear-gradient(top, #ade 0%, #fff 100%);
  background-image: -moz-linear-gradient(top, #ade 0%, #fff 100%);
  background-image: -o-linear-gradient(top, #ade 0%, #fff 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ade), color-stop(1, #fff));
  background-image: -webkit-linear-gradient(top, #ade 0%, #fff 100%);
  background-image: linear-gradient(to bottom, #ade 0%, #fff 100%);

}

div#content {
  padding: 50px;
}