html {
  background: url('../images/bg_border.gif') repeat-x #243847;
  height:100%;
}
body {
  height:100%;
  border:0;
  padding:0;
  margin:0;
  text-align:center;
  background: url('../images/bg_border.gif') repeat-x center bottom;
  font-family: Arial;
}
#container {
  width:100%;
  height:432px;
  background: url('../images/bg_middle.gif') repeat-x center center;
}
.domain {
  display: block;
  height: 50px;
  color: #c5c5c5;
  font-size: 1.7em;
  font-weight: bold;
  padding-top: 26px;
}
.menu {
  padding-top: 20px;
  padding-bottom: 10px;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu ul li {
  display: inline;
  padding: 0 15px;
  font-size: 0.8em;
}
.menu ul li a {
  text-decoration: none;
  color: #c0c0c0;
}
.menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}
.address {
  font-size: 0.8em;
  color: #828282;
}
.address a {
  color: #828282;
  text-decoration: none;
}
.address a:hover {
  text-decoration: underline;
}