html {
  background: #444;
}
body {
  background: #444;
  overflow-y:scroll;
}
div#container {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
div#header {
  border: 1px black solid;
  padding: 1px;
  position: relative;
}
div#menu {
  width: 100%;
  background: #000;
  filter:alpha(opacity=60);
  opacity:0.6;
  position: absolute;
  bottom: 0px;
  color: #fff;
}
span.menuitem {
  padding-left: 1em;
}
div#menu a {
  text-decoration: none;
  color: #fff;
}
div#content {
  background: #fff;
  padding: 1em;
}
td {
  vertical-align: top;
}
/* cv */
img#portrait {
  float: right;
  height: 12em;
  padding: 4px;
  border: 1px solid #666;
}
