body {
  background: #555;
  font-family: Arial, Verdana, sans-serif, Geneva, Helvetica;
  font-size: 8pt;
}

div#container {
  padding: 5px;
  width: 940px;
  margin: 0 auto;
  background: #fff;
}

div#header {
  height: 135px;
  width: 100%;
  margin: 0;
  background: url(/images/header.jpg) top left no-repeat #000; 
}

div#content {
  height: auto;
  width: 933px;
  background: #eee;
  margin: 5px 0 0 0;
  padding: 2px;
  border: 1px solid #bbb;
}

div#email, div#name {
  width: 100%;
  text-align: center;
}

div#name {
  font-size: 24pt;
  font-weight: bold
}

div#email {
  font-size: 16pt;
}

div#logo-links {
  margin-top: 10px;
  text-align: center;
}

div#logo-links img {
  height: 75px;
  margin: 0 auto;
}
