body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
body {
  background-color: #111;
  color: #fff;
  font-family: "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
  font-weight: 300;
  font-size: 62.5%;
}
#container {
  margin: 0 auto;
  padding: 0;
  width: 800px;
}
h1 {
  display: block;
  margin: auto;
  margin-top: 20px;
  font-size: 3.0em;
  text-indent: -9999px;
  width: 600px;
  height: 208px;
  background: url('../title.png');
}
h2 {
  margin-top: 15px;
  text-align: center;
}
.star {
  color: #3290fe;
}
#progress {
  margin: 20px auto 20px auto;
  width: 180px;
  padding: 0px 5px 10px 5px;
  background-color: #fff;
  border: 5px solid #3290fe;
  color: #111;
  text-shadow: #999 2px 2px 2px;
  font-size: 2.0em;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
#progress #count {
  font-size: 4.0em;
  font-weight: bold;
}
#navbar {
  display: block;
  text-align: center;
  font-size: 1.3em;
  margin: 0;
  padding: 0;
}
#navbar a {
  color: #fff;
  border-bottom: 1px solid #3290fe;
  text-decoration: none;
}
#the-list {
  font-size: 1.6em;
}
#the-list h4 {
  color: #3290fe;
}
#the-list ul {
  list-style-type: none;
}
#the-list ul li {
  margin-left: 20px;
  line-height: 30px;
  list-style-type: none;
}
#the-list a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-weight: 700;
}
#the-list a:hover {
  color: #3290fe;
}
#footer {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.3em;
}

