html, body
{
  background-color: BLACK;
  height: 100%;
  background-image: url(face.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-attachment: fixed;
}

* {
  margin: 0;
  padding: 0;
}

#center {
  width: 100%;
  height: 100%;
}

#foreground {
  margin-left: 15%;
  height: 100%;
  width: 70%;
}

#contenttable {
  height: 100%;
  width: 100%;
}

#contentcell {
  vertical-align: middle;
}

#content {
  position: relative;
  border-width: 2px;
  border-style: outset;
  border-color: #555555;
  padding: 7px;
  background-image: url(bg.png);
  width: 100%;
  color: #BBBBBB;
  font-family: Georgia, Verdana, Arial;
}

#contact {
  float: right;
  text-align: center;
  margin: 10px;
  padding: 3px;
  border-width: 1px;
  border-style: dashed;
}

.clear {
  clear: both;
}

h1 {
  margin-bottom: 15px;
  color: #EEEEEE;
}

h2 {
  margin-bottom: 5px;
  color: #EEEEEE;
}

a {
  color: #CCCCFF;
}

a:hover {
  color: #DDDDFF;
}

.menu {
  list-style: none;  
  padding-left: 0.5em;
  margin-left: 0.5em;
  font-size: 2em;
  line-height: 200%;
}

.thumbnail {
  float: left;
  margin: 10px;
}
