
		body {
			background-color: #3366CC;
			color: #FFFF66;
			margin:1%;
			padding:1%;
			font-family:tahoma; 
			vertical-align:middle;}
		#headerBox{
			position: absolute;
			left: 180px;
			width: 620px;
			clear:both;}
		
		.border {
			border: 2px solid #FFFF66; 
			border-radius:5px; 
			padding: 5px;}
			
		.header {
			position: absolute;
			padding: 5px; 
			height: 30px; 
			font-size: 1.5em;
			text-align:center;}	
			
		#iconLeft {
			position: absolute;
			top: 0px;
			left: 110px;
			height:50px;}
		#iconRight {
			position: absolute;
			top: 0px;
			left: 480px;
			height:50px;}

		#scoreBox1 {
			top: 4px;
			left: 30px;
			width: 50px;}
		#scoreBox2 {
			top: 4px;
			left: 540px;
			width: 50px;}
		#titleBox {
			top: 4px;
			left: 160px;
			width: 300px;}
			
		#questionBox { 
			top: 120px;
			left: 180px;
			width: 620px; 
			height:260px; 
			background-color: #3366CC;
			z-index: 2;}
		#graphic {
			position: absolute;
			text-align: center;
			width: 240px;
			height: 160px;
			top: 80px;
			left: 190px;
			z-index:-1;}
		#graphic img {
			width: 240px;
			height: 160px;}
				
		#choiceL {
			position: absolute;
			text-align: center;
			width: 140px;
			height: 60px;
			top: 180px;
			left: 10px;
			cursor: pointer;}	
		#readyForAnswer {
			position: absolute;
			text-align: center;
			width: 140px;
			height: 60px;
			top: 400px;
			left: 418px;
			cursor: pointer;}	
		#choiceR {
			position: absolute;
			text-align: center;
			width: 140px;
			height: 60px;
			top: 180px;
			left: 460px;
			cursor: pointer;}
		#resultBox { 
			top: 120px;
			left: 180px;
			width: 620px; 
			height:260px; 
			background-color: #3366CC;
			z-index: 2;}	
			
		.category {
			position: absolute;
			top: 120px; 
			height: 60px; 
			width: 140px;
			text-align: center;}	
		.Acategory {left: 180px;}
		.Bcategory {left: 340px;}
		.Ccategory {left: 500px;}
		.Dcategory {left: 660px;}
		
		.ten, .twenty, .thirty, .forty {
			position: absolute;
			padding:5px; 
			height:30px;
			width: 140px; 
			font-size:1.50em;
			text-align: center;}
		.ten {top: 200px;}
		.twenty {top: 250px;}
		.thirty {top: 300px;}
		.forty {top: 350px;}
		.Q {cursor: pointer;}
		
		#negativeScores {
			position: absolute;
			top: 420px;
			left:748px;
			width: 60px;
			height: 50px;
			background-color: #993333;
			text-align: center; 
			padding: auto;
			font-size: 0.8em;
			z-index: 2;}			
		#answerKeyHome {
			position: absolute;
			top: 400px;
			left: 180px;
			width: 540px;
			height: 60px;
			text-align: center;}			
		#answerKeyClass {
			position: absolute;
			top: 400px;
			left: 180px;
			width: 620px;
			height: 60px;
			text-align: center;
			cursor: pointer;}
		#yourScore {
			position: absolute;
			top: 400px;
			left:740px;
			width: 60px;
			height: 60px;
			text-align: center; 
			padding: auto;
			font-size: 0.6em;}
		#yourScore p {
			position: relative; top: -10px;}
		#scoreTally {
			position: relative;
			top: -30px;
			color: #fff;
			font-size: 4em;}
			
		.correct {
			background-color: #339933;
			border: 2px solid #339933;}
		.wrong {
			background-color: #993333;
			border: 2px solid #993333;}
			
		#scoreBoxes {
			position: absolute;
			top: 480px;
			left: 180px;
			width: 620px;
			text-align: center;}
		.team {
			position: absolute;
			text-align: center;
			width: 80px;
			height: 90px;
			}
		#team1 {left: 20px;}
		#team2 {left: 120px;}
		#team3 {left: 220px;}
		#team4 {left: 320px;}
		#team5 {left: 420px;}
		#team6 {left: 520px;}
		
		/*This section is for multi-team play */
		#qty1, #qty2, #qty3, #qty4, #qty5, #qty6 {
			font-size: 2em;
			background-color: transparent;
			text-align: center;
			border-width: 0;
			width: 100%;
			margin: 0 0 .1em 0;
			color: #fff;}
		
		input {
			font-size: 2em;
			background-color: transparent;
			text-align: center;
			border-width: 0;
			width: 100%;
			margin: 0 0 .1em 0;
			color: #fff;}
		label {
			display: block;
			font-size: .8em;}
		button {
			/* basics */
			color: #444;
			background-color: #B5B198;
			/* rounded corners */
			-webkit-border-radius: 6px;
			border-radius: 6px; 
			-moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
			font-weight: bold;}
		button:hover, button:active, button:focus {
			background-color: #CBC7AE;}
