
body
{
  background-color: white;
  margin: 0px;
}

#content
{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 571px;
  height: 400px;
  margin-top: -200px;
  margin-left: -285px;
  text-align: center;
}

a
{
  font-size: 11px;
  font-family: Arial, Verdana;
  text-decoration: none;
  color: #54832F;
}

a:hover
{
  text-decoration: underline;
}
