html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: url(images/bj2.jpg) no-repeat top center;
  font: 11px Arial, arial, sans-serif;
  color: #A0A0A0;
}

/* Links */
a {
  text-decoration: none;
  color: #A0A0A0;
}

a:hover {
  color: #E4E4E4;
}

a img {
  border: 0;
}

/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #E7F1F3;
  border-top: 1px solid #AAD3DB;
  border-bottom: 1px solid #AAD3DB;
}
