
div.document {
  background: #fff url(../images/backdrop.png) no-repeat 100% 0%;
  color: black;
  min-height: 550px;
  border: 1px solid black;
  width: 800px;
  position: relative;
  left: -4px;
  top: -4px;
  margin-top: 10px;
}

div.shadow {
  background-color: #ccc;
  min-height: 552px;
  width: 802px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

div.title {
  background: url(../images/header.png) no-repeat;
  height: 141px;
}

div.title h1 {
  /*float: left;*/
  height: 140px;
  width: 800px;
  margin: 0px;
  padding: 0px;
  border: 0px solid red;
}

div.title h1 a {
  display: block;
  width: 120px;
  height: 110px;
  margin-left: 330px;
  border: 0px solid black;
  text-decoration: none;
}

div.copyright {
  text-align: center;
  font-size: 9px;
  color: #606060;
}


