#body ul {
  margin: 0;
  padding: 0;
  border: none;
  list-style-type: none;
  position: relative;
}
#body li {
  position: relative;
  float: left;
  width: 202px;
  height: 325px;
  padding: 5px;
  text-align: center;
  border: 1px solid white;
}
#body li:hover { background-color: #7be; }
#body a { text-decoration: none; }
#body a:last-child {
  display: block;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}
#footer {
  clear: both;
  padding-top: 2em;
}
#body h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
  clear: both;
}
