body {
  background: #41749E;
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  color: #fff;
  text-align: right;
}

#container {
  position: absolute;
  border: 1px solid #87ADCD;
  width: 516px;
  height: 300px;
  padding: 0;
  background: url(pagebkg.png) no-repeat 5px 10px;
  top: 40%;
  left: 50%;
  margin-left: -258px;
  margin-top: -150px;
}

#thebox {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 234px;
  border: 0px solid;
  font-size: 14px;
}

#thebox p { margin: 0; padding: 0; }

#thebox a.email {
  color: #C4D7E6;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  margin: 0;
}

#thebox a.email:hover {
  color: #EEEEEE;
}

#thebox a.box {
  float: right;
  clear: left;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 11px;
  border: 1px solid #87ADCD;
  color: #87ADCD;
  margin: 2px;
  padding: 1px 1px 3px 2px;
  text-decoration: none;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  margin-top: 24px;
}

#thebox a.box:hover {
  background: #87ADCD;
  color: #41749e;
}

#bottomline {
  position: absolute;
  top: 40%;
  left: 50%;
  margin-top: 155px;
  margin-left: -258px;
  width: 516px;
  font-size: 11px;
  font-weight: normal;
  color: #87ADCD;
  text-align: center;
}

#bottomline a {
  text-decoration: none;
  color: #87ADCD;
}

#bottomline a:hover {
  text-decoration: underline;
}

h1 { display: none; margin: 0; font-size: 2px;}
h2 { display: none; margin: 0; font-size: 2px;}