html {
  background: #444;
  font: 14px "Trebuchet MS", sans-serif;
}

.menu {
  background: white;
  position: absolute;
  top: 11px; left: 10px;
  width: 215px;
  padding: 4px;
}

.menu h1 {
  font-size: 1.4em;
  margin: 2px;
  padding: 0;
}
.menu p {
  margin: 2px;
  padding: 0;
}

.image {
  position: absolute;
  top: 10px; left: 240px;
  margin-bottom: 20px;
}

img {
  border: none;
  border-right: 1px solid black;
}
