body {
  margin: 0px;
  font-family: helvetica, sans-serif;
  color: #000000;
  background-color: #a0a0a0;
  background-image: url(/20100912-057.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.translucent {
  float: left;
  background: #ffffff;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 2px 10px 10px 10px;
  margin: 10px;
}

.contents {
  filter: alpha(opacity=100);
  opacity: 1.0;
}

ul {
  line-height: 2em;
}

.footer {
  position: fixed;
  bottom: 0;
  font-size: 4px;
  left: 0;
  right: 0;
}