body {
  background-color: black;
}

a {
  color: #fff;
  text-decoration: none;
}

.email {
  position: absolute;
  bottom: 3px;
  right: 5px;
  text-align: right;
  color: #fff;
  font-size: 2em;
}

.row {
  clear: both;
}

.blurb {
  position: relative;
  width: 600px;
  color: #ccc;
  margin-left: auto;
  margin-right: auto;
  border: 1px grey solid;
  padding-left: 10px;
  padding-right: 10px;
  background: url('../images/blurb_back.jpg');
}

.container {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pic-container {
  width: 120px;
  position: relative;
  margin: 10px;
}

.pic-container img {
  margin-left: auto:
  margin-right: auto;
  border: 1px grey solid
}

.pic a {
  margin: 0px;
}

.pic-container:hover  {
}

.left {
  float: left;
}

.right {
  float: right;
}

.time {
  position: absolute;
  bottom: 3px;
  right: 1px;
  margin: 0px;
}

.time img {
  border: none;
  width: auto;
}

.time#vert {
  right: 26px;
}

.time#lamma {
  right: 12px;
}
