body {
  width: 800px;
  height: 600px;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 2em;
  margin-left: auto;
  background-color: black;
}

div.menu {
  position: fixed;
  top: auto;
  right: 2em;
  bottom: 1em;
  left: auto;
  text-align: center;
}

div.menu a {
  color: white;
  font: normal bold medium "microsof sans serif", "comic sans ms";
  text-decoration: none;
}

div.menu a:hover {
  text-decoration: underline;
}

div.content img {
  vertical-align: middle;
}

div.content {
  color: white;
  text-align: left;
  font: normal small arial, verdana;
}
