body {
  background: #999;
  margin: 0;
}

#wrapper {
  width: 21cm;
  height: 29.7cm;
  margin: 1em auto;
  border-color: #000;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  background: #fff;
  padding: 0;
  position: relative;
  font-family: Gill Sans, Helvetica, sans-serif;
  font-size: 9pt;
}

div.header {
  position: absolute;
  width: 5.08cm;
  top: 6.35cm;
  left: 1.27cm;
  overflow: hidden;
}

div.main {
  margin: 3.32cm 2cm 2cm 7cm;
  overflow: hidden;
}

h1 {
  font-size: 14pt;
  font-weight: normal;
  font-family: Gill Sans Light;
  margin: 0;
}

h2 {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  margin: 6pt 0 0 0;
}

p {
  margin: 0 0 9pt 0;
}

.photo img {
  position: absolute;
  width: 4cm;
  top: 2.38cm;
  left: 1.27cm;
}

div.name {
	position: absolute;
	top: 6.35cm;
	left: 1.27cm;
	width: 5.08cm;
	font-size: 18pt;
	font-family: Gill Sans Light;
}

div.address {
	position: absolute;
	top: 8.26cm;
	left: 1.27cm;
	width: 5.08cm;
}

div.address dt {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #808080;
  margin: 6pt 0 0 0;
}

div.address dd {
  font-size: 8pt;
  margin: 0;
}

