* { padding: 0; margin: 0; }

body {
	font-size: 12px;
	font-family: lucida, Verdana, sans-serif;
	background: black;

}

a { color: #000000; }

ul { list-style-type: none; margin: 10px 0; }

li, p { line-height: 20px; }

p { margin: 6px 0 12px 0; }

small { font-size: 11px; text-transform: uppercase; color: #000000; }

/* global classes */
.highlight { color: #999900; }

.hide { display: none; }

/* raptor quiz */
#meat_and_potatoes { 
  width: 1000px;
  height: 800px;
  margin: 0 auto;
  background: url(http://www.onlineeducation.net/sperm_quiz/img/header.jpg) no-repeat 0 0; 
  display: block;
  vertical-align: middle;
}

#rules {
	padding-top: 420px;
	padding-bottom: 10px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color:#ffffff;
	width:550px;
	font-size:11px;
}

#count {
	color: red;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size:20px;
	line-height:25px;
	text-align: center;	
	margin-bottom: 20px;
}

#question {
	color: yellow;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	font-size: 24px;
	line-height:30px;
	margin-bottom: 20px;
	text-align: center;
}

#answers {
	color: white;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	font-size:14px;
	padding-left:150px;
	
}


#results td { padding: 10px; }

#results p { text-align: center; }

#created_by { 
	border: 1px solid #000000;
	bottom: 0px;
	text-align: center; 
	margin-top: 25px; 
	padding: 10px;
}

#results table {
	border: 5px solid yellow;
	padding:20px;
}

#post_to h2 { display: inline; color: #ffffff;font-size:16px;}

#html, #facebook, #myspace, #twitter {
	display: block;
	padding-left: 60px;
	height: 50px;
	margin-top: 12px;
	font-weight: normal;
	color: #ffffff;
}

#html { 
	text-decoration: underline; 
	cursor: pointer; 
	background: url(../img/blog_icon.png) no-repeat 0 0;
	line-height: 32px;
}

#html_code { display: none; }

#facebook {
	background: url(../img/facebook_icon.png) no-repeat 0 0;
	line-height: 32px;
}

#myspace {
	background: url(../img/myspace_icon.png) no-repeat 0 0;
	cursor: pointer;
	text-decoration: underline;
	line-height: 32px;
}

#twitter {
	background: url(../img/twitter_icon.png) no-repeat 0 0;
	line-height: 32px;
}