body {
  margin: 0;
  padding: 0;
  background-color: #123F6D;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

body, html {
  height: 100%;
}

#logo {
  position: absolute;
  display: block;
  width: 360px;
  height: 103px;
  left: 50%;
  margin-left: -130px;
  margin-top: 1%;
  z-index: 9;
}

#background {
  position: absolute;
  display: block;
  width: 350px;
  height: 100%;
  margin-left: 300px;
  background-image: url("images/blue_pattern.png");
  background-repeat: repeat;
}

#address_1 {
  position: absolute;
  display: block;
  width: 300px;
  height: 70px;
  left: 50%;
  bottom: 160px;
  margin-left: 180px;
  text-align: left;
  z-index: 8;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  border-bottom: solid thin #AB7E27;
  line-height: 1.5;
}

#address_2 {
  position: absolute;
  display: block;
  width: 200px;
  height: 80px;
  left: 50%;
  bottom: 50px;
  margin-left: 180px;
  z-index: 8;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#email {
  position: absolute;
  display: block;
  width: 200px;
  height: 80px;
  left: 50%;
  bottom: 50px;
  margin-left: 180px;
  text-align: left;
  z-index: 8;
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
}

#address h1 {
  color: #ffffff;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  font-weight: normal;
}

#address a {
  color: #ffffff;
  text-decoration: none;
}

.smaller {
  font-size: 10px;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #AB7E27;
  text-decoration: none;
}