body {
  background-color: #eee;
  font-family: monospace, sans-serif;
  font-size: 62.5%;
  margin: 0;
  padding: 0;
}

a {
  color: #666;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #333;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

acronym {
  border-bottom: #aaa 1px dashed;
}

#wrapper {
  display: table;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

#container {
  display: table-cell;
  text-align: center;
  vertical-align: middle;

  /* Vertical align fix for IE < 8 */
  *position: absolute;
  *top: 50%;
  *margin-top: -150px;
}

#content {
  font-size: 1.2em;
  line-height: 1.6em;
  margin: 0 auto;
  width: 40em;
  height: 30em;
}

#information ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#information li {
  text-align: center;
}

#flurid {
  background: #fff;
  margin: 10px 0;
  padding: 5px;
}

#flurid .content {
  font-size: 6.66em;
  line-height: 1.4em;
  margin: 5px;
  text-align: center;
}

#flurid .blue {
  color: #80ADDA;
  background-color: #f4f4f4;
}

#flurid .pink {
  color: #E88798;
  background-color: #f1f1f1;
}

#description {
  color: #666;
  text-align: center;
}

#description p {
  padding: 0 10px;
}
