* {
  margin: 0;
  padding: 0;
}
body {
  height: 500px;
  min-width: 800px;
  background: #8ebee0 no-repeat center;
  font-family: Georgia, 'Lucida Sans Unicode', 'Lucida Sans', Helvetica, Arial, sans-serif;
}
a, a:visited {
  color: #666;
}
#card {
  background: #fff;
  width: 435px;
  height: 148px;
  padding: 15px;
  margin: 100px auto 25px auto;
}
#wrapper {
  height: 100%;
  padding-top: 1px;
}
#footer {
  color: #666;
  text-align: center;
}
#footer ul {
  list-style: none;
}
#footer ul li {
  display: inline;
  padding: 0 1em;
}
#footer p {
  margin-top : 2em;
}
#card h1 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}
#card p {
  font-size: 90%;
  margin-bottom: 2px;
}
#card ul {
  margin-top: 20px;
}
#footer p {
  color: #333;
  font-size: 75%;
}
