body {
	font-family: arial, helvetica, verdana;
	font-size: 13px;
	margin: 0;
	padding: 0;
	background-color: #889E15;
}

div, p {
	font-size: 1em;
}

a:link, a:visited, a:active {
	color: #932417;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#start {
	width: 600px;
	height: 400px;
	background: url(images/scsp_trivia_01.jpg) no-repeat;
	position: absolute;
	top: 0; left: 0;
}

#start a {
	position: relative;
	top: 301px;
	left: 440px;
	display: block;
	width: 100px;
	height: 40px;
	text-indent: -999em;
	background: none;
}

#game {
	position: absolute;
	top: 0; left: 0;
	width: 600px;
	height: 400px;
	background-image: url(images/scsp_trivia_02.jpg);
}

#rightanswer {
	width: 600px;
	height: 400px;
	background: url(images/scsp_trivia_03.jpg) no-repeat;
	position: absolute;
	top: 0; left: 0;
}

#rightanswer a.continue {
	position: relative;
	top: 338px;
	left: 447px;
	display: block;
	width: 129px;
	height: 40px;
	text-indent: -999em;
	background: none;
}

#wronganswer {
	width: 600px;
	height: 400px;
	background: url(images/scsp_trivia_04.jpg) no-repeat;
	position: absolute;
	top: 0; left: 0;
}

#wronganswer a.continue {
	position: relative;
	top: 336px;
	left: 447px;
	display: block;
	width: 129px;
	height: 40px;
	text-indent: -999em;
	background: none;
}

#righttext, #wrongtext {
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	top: 110px;
	left: 50px;
	color: #482206;
	width: 300px;
}

#quizScore {
	position: absolute;
	top: 0; left: 0;
	width: 600px;
	height: 400px;
	background-image: url(images/scsp_trivia_05_alt.jpg);
}

#quizScore a {
	position: absolute;
	top: 331px;
	left: 436px;
	display: block;
	width: 135px;
	height: 40px;
	text-indent: -999em;
	background: none;
}

#quizScore p {
	font-size: 1.4em;
	font-weight: bold;
	position: absolute;
	top: 30px;
	left: 80px;
	color: #482206;
	width: 460px;
}

.question {
	font-size: 1.4em;
	font-weight: bold;
	position: relative;
	top: 70px;
	left: 70px;
	color: #482206;
	width: 500px;
}

.answers {
	font-size: 1.2em;
	position: relative;
	top: 70px;
	left: 90px;
	line-height: 17px;
	color: #482206;
	font-weight: bold;
	width: 460px;
}

.answers ul {
	margin: 0; padding: 0;
	list-style: none;
}

.answers li {
	margin-bottom: 10px;
}