#quiz_container {
  width: 811px;
  height: 400px;
  background: url(/q/img/space_vacuum/header.jpg) no-repeat;
  margin: 0 auto;
  position: relative;
  padding-top: 250px;
}

#quiz_container a { color: #000; }


#description {
  margin-left: 360px;
}

#title span { display: none; }

#score_graph {
  padding-top: 75px;
  position: absolute;
  bottom: 0;
}

#progress_container {  border: 1px solid #efefef;  }

#progress_container, #progress { height: 10px; } 

#progress { background-color: #00419D; }


#questions { margin-top: 75px; }

#questions p {
  font-size: 1.75em;
  margin-bottom: .5em;
}

.finished {
  height: 615px !important;
}


#results {
  margin-top: 80px;
  padding: .5em;
  font-size: 2.5em;
}

#results p { 
  font-size: 11px; 
  font-family: Arial, verdana;
}


