html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}
div, span, p, ul, li, h1, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  margin: 0;
}
a, a:link, a:visited {
  color: #184f79;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
h1 {
  display: none;
}
div, span, p {
  font-size: 16pt;
  color: #99b3bf;
}
#content_container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#content {
  position: relative;
  width: 100%;
  height: 334px;
  margin-top: 0px;
  background: url('images/background.jpg') center center no-repeat;
}
#banner {
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url('images/banner.jpg') repeat-x;
}
#contact {
  position: relative;
  width: 100%;
  margin-top: 15px;
  text-align: center;
}
#footer {
  width: 100%;
  height: 0px;
  position: relative;
}

