body {
	margin : 0px;
	font-family: 'Trebuchet MS';
	background: url('../images/bgblue.jpg');
	overflow: hidden;
}


#scoreboard {
	position: relative;
	height: 70px;
	margin : 15px 0px 25px  0px;
	border-top   : 1px solid #D4D4FF;
	border-bottom: 1px solid #D4D4FF;
	background: #FFFFFF;
	box-shadow: 5px 2px 5px #CCC;
}
#scoreboard_logo {
	position: absolute;
	top   : -15px;
	left  :  10px;
}
#scoreboard_score {
	position: absolute;
	top   : 2px;
	right : 15px;
	width : 200px;
	font-family: 'Wallpoet';
	font-size  : 26px;
	line-height: 66px;
	text-align : right;
	padding-left: 15px;
	border-left : 1px solid #CCC;
}


#gameboard {
	position: relative;
	width : 650px;
	height: 320px;
	margin: 0px auto;
	overflow: hidden;
}
#panel {
	position: absolute;
	top   : 0px;
	left  : 0px;
	width : 300px;
	height: 300px;
	padding: 10px;
	background : #FFFFFF;
	border: 1px solid #D4D4FF;
}
#question {
	position: absolute;
	top : 0px;
	left: 350px;
	width : 297px;
	height: 111px;
	margin : 0px;
	background: url('../images/bg-long-question.png');
}
#question span {
	position: absolute;
	top : 25px;
	left: 30px;

}
#answers {
	position: absolute;
	top : 120px;
	left: 362px;
	width : 202px;
	margin : 0px;
}
#answers a {
	display: block;
	width : 227px;
	height:  28px;
	margin : 0px 0px 10px 0px;
	padding: 2px 5px 2px 40px;
	line-height: 28px;
	text-decoration: none;
	background-image: url('../images/bg-short-answer.png');
}
#answers a:hover {
	background-position-y: -32;
}
#ranswer {
	position: absolute;
	top : 250px;
	left: 325px;
	width : 220px;
	margin : 0px;
}
#ranswer q {
	color : #C00;
}

#gameover {
	display: none;
	position: absolute;
	top : 0px;
	left: 350px;
	width : 278px;
	padding: 10px;
	border: 1px solid #D4D4FF;
	background: #FFFFFF;
}
#gameover h1 {
	font-size : 18px;
	text-align: center;
}
#gameover p {
	font-size : 15px;
	text-align: center;
}
#resc {
	color: red;
}
#resn {
	color: green;
}



#btn_start,
#btn_next {
	display: block;
	position: relative;
	width : 130px;
	margin : 10px auto 0px auto;
	padding:  2px 5px;
	color : #7F7FCC;
	font-size  : 15px;
	font-weight: bold;
	text-align : center;
	text-decoration: none;
	border: 1px solid #D4D4FF;
	background: #F4F4FF;
}
#btn_start:hover,
#btn_next:hover {
	color : #FFFFFF;
	background: #7F7FCC;
}
#btn_next {
	left  : 445px;
}