#body {
  max-width: 65em;
  min-width: 890px;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
  background: #84b6d5;
  position: relative;
  min-height: 20em;
}

html, body {
  background: white;
  color: black;
  margin: 0px;
  padding: 0px;
  font: 1em 'Lucida Grande', Geneva, Verdana, Arial, Helvetica, sans-serif;
  position: relative;
  height: 100%;
}

h1 {
  margin: 0px;
  padding: 0px;
}

#row {
  width: 885px;
  position: relative;
  margin: 0px auto;
  padding: 0px;
  top: 15%;
}

#fmenu, #wiki {
  background-color: #e1e1e1;
  width: 384px;
  position: absolute;
  padding: 10px;
  padding-bottom: 15px;
  min-height: 130px;
  background-position: 5px 5px;
  background-repeat: no-repeat;
  height: 100%;
}

#fmenu:hover, #wiki:hover {
  background-color: white;
  cursor: pointer;
}

#wiki {
  right: 15px;
  background-image: url(wiki-indexed.png);
}

#wiki a {
  margin: 0px;
  display: block;
  padding: 10px 15px 10px 150px;
  left: -150px;
  top: -10px;
  text-decoration: none;
  color: black;
  position: relative;
  width: 239px;
}

#wiki h1, #wiki p {
  left: 140px;
  position: relative;
  width: 234px;
  margin: 0px;
  padding: 0px;
}

#fmenu {
  left: 15px;
  background-image: url(fmenu.png);
}

#fmenu h1, #fmenu p {
  left: 133px;
  position: relative;
  width: 241px;
  margin: 0px;
  padding: 0px;
}

#fmenu p, #wiki p {
  margin-bottom: 10px;
}

#fmenu a {
  margin: 0px;
  display: block;
  padding: 10px 15px 10px 143px;
  left: -143px;
  top: -10px;
  text-decoration: none;
  color: black;
  position: relative;
  width: 246px;
}



#social {
  background: #6d6d6d;
  color: white;
  padding: 1em 0px;
  margin: 0px auto;
  clear: both;
  bottom: 0px;
  position: absolute;
  width: 100%;
}

ul {
  margin: 0px auto;
  padding: 0px;
  list-style: none;
  min-width: 15em;
  text-align: center;
}

li {
  display: inline;
  margin: 0px;
  padding: 0px;
}

li a, li span {
  padding: 0.25em 0.5em;
  margin: 0px;
  text-decoration: none;
}

li a { color: #82c753; }

li a:hover {
  background: white;
  text-decoration: underline;
}

#validators {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 0px;
  padding: 0.25em 0px; /* 0.25em 0.5em;*/
  font-size: 0.85em;
  background: black;
  color: #6d6d6d;
}

#validators ul {
  margin: 0px 0px 0px auto;
  padding: 0px;
  min-width: 7em;
  text-align: right;
}

#validators a {
  color: #84b6d5;
}