* {
	margin: 0;
	padding: 0;
}
body {
  background-color: #000;
  font-family: Verdana, Arial, sans-serif; 
  text-align: center;
}
#container {
  width: 800px;
  margin: 0 auto; 
}
#content {
  clear: both;
	overflow: hidden;
}
h1 {
  margin: 0 auto;
  height: 375px;
  width: 600px;
  background: url(logo.png) no-repeat left top;
}
h1 span {
  display:none;
}
ul {
  list-style: none;
}
ul li {
  padding-left: 5px;
  padding-bottom: 5px;
}
ul li.exp {
  padding-top: 20px;
}
a:link, a:visited, a:hover {
  color: #fff;
  font-size: 0.9em;
  text-decoration: none;
}
a:hover {
  color: #ff2222;
}