body {
  background-color: white;
  color: black;
  font-family: Verdana;
  background-image: url('tile.png');
}

.logo {
  position: static;
  height: 100%;
  width: 100%;
  text-align: center;
}

.blimey {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  background-repeat: repeat-y;
  background-image: url("tile.png");
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

.desc {
  padding: 8px;
  text-align: center;
}