/* StarAqua Holding Page */

html, body {
  margin:0;
  padding:0;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
  color: #04529f;
}

a {
  color: #04529f;
  text-decoration: none;
}

a:hover {
  color: #eb1c24;
}

strong {
  text-transform: uppercase;
}

#container {
  margin: auto;
  margin-top: 50px;
  width: 960px;

  position:relative;
  background: transparent url('../images/contentbg.jpg') no-repeat;
}

#header {
  height: 200px;
  text-align: left;
  padding-top: 50px;
  padding-left: 25px;
}

#footer {
  clear:both;
  margin: auto;
  width: 960px;
  height: 50px;
  position:relative;
  text-align: right;
  padding-right: 45px;
  /* border: 1px solid #999; */
}

#blank {
  clear:both;
  margin-bottom: 0px;
}

#text-box {
  float:left;
  margin-top: 140px;
  width: 470px;
  margin-left: 25px;
}

#address-box {
  text-align: right;
  margin-top: 140px;
  float:right;
  width: 300px;
  margin-right: 25px;
  font-size: 10px;
}