		HTML
 		 { 
			OVERFLOW-Y: hidden; 
			OVERFLOW-X: hidden; 
		 }
		body	
		 {
			margin: 0px;
			text-align: center;
			background-color: black;
			OVERFLOW-Y: hidden; 
			OVERFLOW-X: hidden;
		 }
		#main
		 {
			width: 650px;
			height: 550px;
			background-image: url(pics/bg.jpg);
			background-repeat: no-repeat;
			margin: auto;
			text-align: left;
		 }
		#jokerbox
		 {
			float: left;
			width: 100px;
		 }	
		#statusbox
	 	 {
			margin-left: 500px;
			clear: right;
			background-image: url(pics/right.gif);
			height: 299px;
			width: 139px;
			padding-top: 45px;
			text-align: center;
	 	 }
		#copy
		 {
			margin-top: 30px;
		 }
		#timebox
		 {
			float:right; 
			margin-top:80px; 
			margin-right:10px; 
			color:white;
		 }
		#timebox a
		 {
			font-decoration:underline;
		 }
		#timebox a:hover
		 {
			color:red;
		 }
		#ttbox
		 {
			color:white;
			background-color:blue;
		 }
		#questionanswerbox
		 {
			width: 450px;
	 		margin-top: 0px;
			float:left;
			text-align:center;
		 }
		#question
		 { 
			padding: 5px 5px 0px 0px;
			background-image: url(pics/qu.gif);
			background-repeat: no-repeat;
			width: 433px;
			height: 73px;
			text-align: center;
		 }
		#answer1
		 {
			float: left;
			width: 202px;
			height: 50px;
			text-align: center;
			padding: 3px;
		 }
		#answer2
		 {
			float: right;
			width: 202px;
			height: 50px;
			text-align: center;
			padding: 3px;
			margin-right: 20px;
		 }
		#answer3
		 {
			float: left;
			width: 202px;
			height: 50px;
			text-align: center;
			padding: 3px;
		 }
		#answer4
		 {
			float: right;
			width: 202px;
			height: 50px;
			text-align: center;
			padding: 3px;
			margin-right: 20px;
		 }
		#answer5
		 {
			margin:auto;
			width: 202px;
			height: 50px;
			text-align: center;
			padding: 3px;
			margin-right: 140px;
		 }
		#tjoker
		 {
			position: absolute;
			top: 30%;
			left: 32%;
			width: 300px;
			height: 122px;
			background-color: white;
		 }
		#ajoker
		 {
			position: absolute;
			top: 16%;
			left: 45%;
			width: 163px;
			height: 100px;
			border: 1px solid darkgray;
		 }
		.white
		 {
			color: white;
	 	 }
		a
		 {
			color: white;
			text-decoration: none;
			font: 15px bold serif;
		 }
		a:hover
		 {
			color: white;
		 }
		#highscore
		 {
			width: 650px;
			height: 550px;
			padding-top:20px;
			color:white;
			font: normal 14px Arial,serif;
			margin:auto;
		 }
		#highscore th
		 {
			width:120px;
		 }
		#highscore legend
		 {	
			font:bold 14px Arial,serif;
		 }
		#highscore fieldset
		 {
			padding-top:10px;
			padding-bottom:50px;
		 }
		#highscore a
		 {
			text-decoration:underline;
		 }
		#highscore a:hover
		 {
			color:red;
		 }
