html, body {
  height: 100%;
  /*overflow: hidden;*/
}

body {
  background: #ffffff;
  font: 76% Arial, Verdana, Helvetica, sans-serif;
  margin: 0;                
  padding: 0;                
  background-color: #ffffff;
}

#content {
  height: 100%;
}

#alternate_content {
  background: #FFF;
  width: 778px;
  margin: auto;
  padding: 10px 30px;
  border-top: 1px #888 dashed;
  border-right: 1px #888 dashed;
  border-bottom: 1px #888 dashed;
  border-left: 1px #888 dashed;
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  color: #F9A780;
  font-size: 15px;
}

img.farside {
  float: right;
  margin: 5px 10px 5px 20px;
  display: inline;
}

a img {
  border: 0;
}

a:link {
  text-decoration: underline;
  color: #95D1B7;
}

a:visited {
  text-decoration: underline;
  color: #95D1B7;
}

a:active {
  text-decoration: underline;
  color: #95D1B7;
}

a:hover {
  text-decoration: none;
  color: #F9A780;
}