html, body {
  height: 100%;
}
body {
  background-image: url(background.jpg);
  text-align: center;
  margin: 0;
  padding: 0;
}
table#nhlogo {
  margin: 100px auto 0 auto;
}
h1#title {
  display: none;
}
h2#subtitle {
  color: #E9E9F0;
  font-family: myriad pro, trebuchet ms, arial, helvetica, sans-serif;
  font-weight: normal;
  font-size: 24pt;
}
p {
  color: #202025;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  text-align: center;
  line-height: 1.6em;
  font-size: 1em;
  width: 800px;
  margin: 15px auto;
}
table#devlinks {
  margin: 0 auto;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
}
table#devlinks td#td-stable {
  padding-right: 25px;
}
table#devlinks td#td-unstable {
  padding-left: 25px;
}
table#devlinks a#link-stable {
  font-size: 40pt;
  color: #009000;
}
table#devlinks a#link-unstable {
  font-size: 40pt;
  color: #700000;
}
div#otherlinks {
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  font-size: 12pt;
  margin-top: 20px;
  color: #303035;
}
div#otherlinks a {
  color: #C0C0C5;
  text-decoration: underline;
}
div#mercurial-ad {
  margin-top: 20px;
  color: #C0C0C5;
  font-family: trebuchet ms, arial, helvetica, sans-serif;
  font-size: 20pt;
}
div#mercurial-ad span.hgbrace {
  font-family: georgia, serif;
  font-size: 36pt;
}
div#mercurial-ad a {
  color: #303035;
  text-decoration: underline;
}
div#logos {
  margin-top: 40px;
  padding-left: 40px;
}
div#logos img {
  border-width: 0px;
}

