body {
  font: 12px/1.4 Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: #ccc;
  background-color: #000
}
a {
  border-bottom: 1px dotted #ff2200;
  color: #ff2200;
  text-decoration: none;
}
a:hover {
  background: #ddd;
  border-bottom: 1px solid #000;
}
#head {
  background: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 45px;
}
#head h1 {
  margin: 0;
  padding: 0;
}
#head h1 a {
  background: url(./images/h-mattostgard.png) no-repeat top left;
  border: 0;
  display: block;
  margin-left: 20px;
  text-indent: -1000px;
  width: 150px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
#head ul {
  background: url(./images/h-tile.gif) repeat-x top left;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0 0 0 90px;
  position: absolute;
  top: 0;
  left: 170px;
  bottom: 0;
  right: 0;
}
#head ul li {
  background-repeat: no-repeat;
  background-position: top left;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
#head ul li.resume {
  background-image: url(./images/h-resume.png);
}
#head ul li.contact {
  background-image: url(./images/h-contact.png);
}
#head ul li.blog {
  background-image: url(./images/h-blog.png);
}
#head ul li a {
  border: 0;
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  width: 150px;
  height: 40px;
}
#head ul li a:hover {
  background: inherit;
}
#content {
  clear: both;
  /*display: table;*/
  margin: 0 20px;
  padding: 50px 0;
}
#content .block {
  /*display: table-cell;*/
  width: 650px;
  padding: 20px;
  border-right: 1px dotted #222;
}
