body {
  overflow: hidden;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: .7em;
}

html {
  height: 100%;
}
#intrographic {
/*  position: absolute;
  bottom: -400px;
  left: 0px;
  z-index: -10;
*/
  height: 100%;
}

div.intrologo {
  width: 500px;
  position: absolute;
  top: 100px;
  right: 100px;
  z-index: 10;
}

a:link {
  border: 0;
}
