div#container
{
	width: 1024px;
	margin: 0 auto;
}

#quizzes
{
	clear:both;
	width:801px;
	min-height:560px;
	margin:0 auto;
	background-image: url("/images/funstuff/quizzes/bg_blackboard.png");
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
}

#quizzes #contents
{
	position:absolute;
	left: 36px;
	top: 31px;
	
	width: 712px;
	height: 358px;
}

#quizzes #contents #heading
{
	display:block;
	float:left;

	width: 280px;
	height: 74px;

	margin-left: 19px;
	margin-right: 57px;
	margin-bottom: 8px;
	margin-top: 7px;
}

#quizzes #contents .cell
{
	display:block;
	float:left;

	width: 356px;
	height: 89px;
}

#quizzes #contents .cell a img
{
	display: block;
	float: left;
}

#quizzes #contents .cell a img.icon
{
	margin-right: 8px;
	margin-bottom: 8px;
}

#quizzes #contents .cell a img.description
{
	margin-left: 8px;
}

span.alt
{
	display:none;
}

#quizzes #contents #materials a span.link
{
	display: block;
	float:left;
	
	width: 241px;
	height: 29px;
	
	margin-right: 27px;

	background-image: url("/images/funstuff/quizzes/headings/materials.png");
	background-repeat: no-repeat;
}

#quizzes #contents #materials a:hover span.link
{
	background-position:0 -29px;
}

#quizzes #contents #forces a span.link
{
	display: block;
	float:left;
	
	width: 191px;
	height: 34px;
	
	margin-right: 57px;

	background-image: url("/images/funstuff/quizzes/headings/forces.png");
	background-repeat: no-repeat;
}

#quizzes #contents #forces a:hover span.link
{
	background-position:0 -34px;
}

#quizzes #contents #light a span.link
{
	display: block;
	float:left;
	
	width: 196px;
	height: 34px;
	
	margin-right: 55px;

	background-image: url("/images/funstuff/quizzes/headings/light.png");
	background-repeat: no-repeat;
}

#quizzes #contents #light a:hover span.link
{
	background-position:0 -34px;
}

#quizzes #contents #human a span.link
{
	display: block;
	float:left;
	
	width: 171px;
	height: 33px;
	
	margin-right: 87px;

	background-image: url("/images/funstuff/quizzes/headings/humanbody.png");
	background-repeat: no-repeat;
}

#quizzes #contents #human a:hover span.link
{
	background-position:0 -33px;
}

#quizzes #contents #solar a span.link
{
	display: block;
	float:left;
	
	width: 183px;
	height: 34px;
	
	margin-right: 77px;

	background-image: url("/images/funstuff/quizzes/headings/solarsystem.png");
	background-repeat: no-repeat;
}

#quizzes #contents #solar a:hover span.link
{
	background-position:0 -34px;
}

#quizzes #contents #electricity a span.link
{
	display: block;
	float:left;
	
	width: 242px;
	height: 36px;
	
	margin-right: 17px;

	background-image: url("/images/funstuff/quizzes/headings/electric.png");
	background-repeat: no-repeat;
}

#quizzes #contents #electricity a:hover span.link
{
	background-position:0 -36px;
}

#quizzes #contents #solids a span.link
{
	display: block;
	float:left;
	
	width: 255px;
	height: 32px;
	
	margin-right: 10px;

	background-image: url("/images/funstuff/quizzes/headings/slg.png");
	background-repeat: no-repeat;
}

#quizzes #contents #solids a:hover span.link
{
	background-position:0 -32px;
}
