@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../images/bg.jpg);
	}
.wholebody{
	height: 100%;
	width: 100%;
	}
.centerblock{
	background-image:url(../images/class_select.png);
	height: 450px;
	width: 800px;
	border: medium solid #333;
	text-align: center;
	background-position: center center;
	margin-right: 20%;
	margin-left: 20%;
	margin-top: 10px;
	}
.lowerblock{
	text-align: center;	
	}
.choices{
	width:200px;
	height:40px;
	border: medium solid #333;
	background-color:#333;
	background-image: url(../images/choicebg.jpg);
	}
.selection{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	}
.mainscore{
	width:200px;
	background-color:#FFF;
	text-align: center;
	vertical-align: middle;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	}
.question{
	margin-top: 12%;
	width: 250px;
	margin-left: 35%;
	color: #59171E;
	}
.statusbar{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
	}
.links{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #992629;
	text-decoration: none;
	}
.links:hover{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFF;
	text-decoration: none;	
	}
.timerbox{
	margin: 0px;	
	}