body {
  background: black url("images/background.png") center top no-repeat;
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size 12pt;
}

#information {
  position: absolute;
  width: 305px;
  height: 104px;
  padding: 0 0 0 15px;
  top: 40px;
  left: 50%;
  margin-left: -400px;
  background: url("images/card-background.png") center top no-repeat;
}

#information ul {
  margin: 0;
  padding: 0;
}

#information ul li {
  display: block;
  float: left;
  width: 42px;
  height: 32px
}

#information ul li a {
  display: block;
  width: 32px;
  height: 32px;
}

#disclaimer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 0 20px;
  text-align: right;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 7pt;
  color: #333;
}

h1 {
  font-size: 18pt;
  font-weight: normal;
  text-transform: uppercase;
}

strong {
  font-weight: bold;
}

a img {
  border: none;
}

a {
  color: #444;
  text-decoration: none;
}

a:hover {
  text-decoration: underline
}

