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;
}

@font-face {  
  font-family: MyHelveticaNeue;  
  src: local("HelveticaNeue-Light"), local("Helvetica Neue"), url('../sans_light.ttf');
}

body {
	background-color: #111;
	color: #fff;
	font-family: MyHelveticaNeue, "HelveticaNeue-Light", "Helvetica Neue", Helvetica, Lucida Grande, Arial, Verdana, sans-serif;
	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: #0072bb;
}

#progress {
	margin: 20px auto 20px auto;
	width: 180px;
	padding: 0px 5px 10px 5px;
	background-color: #fff;
	border: 5px solid #0072bb;
	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 #0072bb;
	text-decoration: none;
}

#the-list {
	font-size: 1.6em;
}

#the-list h4 {
	color: #0072bb;
}

#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;
	padding-left: 24px;
	color: #fff;
	text-decoration: none;
	background: url('../blue_arrow.png') center left no-repeat;
}

#the-list a:hover {
	background: url('../orange_arrow.png') center left no-repeat;
}

#footer {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 1.3em;
}