body { background: #fff; } 


#sp_header {
  background: url(/q/img/sexpositions/header.jpg) no-repeat; 
  height: 304px; width: 609px;
  margin: 25px auto;
}

  #sp_header * { display: none; } 
  
h3 {
  font-family: Times New Roman, Georgia, serif; 
  font-size: 25px; 
}

#photo { 
  width: 500px;
  float: left; 
  margin-right: 25px; 
  text-align: center;
}

#answers {
  width: 300px; 
  float: left;
}

		#correct { 
			text-align: center;
			color: #99cc00;
			border: 1px solid #99cc00;
			padding: 1em;
		}
		
		#correct a { color: #99cc00; } 
		
		#incorrect { 
			text-align: center; 
			color: #920000;
			border: 1px solid #920000;
			padding: 1em;	
	  }
		
			#correct h3, #incorrect h3 { font-size: 20px; } 

.ghost { display: none; } 

#results { color: #FF6666; font-size: 20px; text-align: center; } 

#code { padding-left: 50px; } 


#share {
  margin: 0 auto; 
  width: 200px;
  padding-top: 10px;
}

#more { text-align: center; padding-top: 35px; } 
