div#test {
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 800px;
	height: 600px;
	display: none;
	position: fixed;
	overflow: hidden;
	background: white;
	border: 2px solid black;
	margin: -302px 0 0 -402px;
}

div#controls {
	top: 0%;
	left: 0%;
	width: 100%;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	background-color: rgb(124,124,124);
}

div#bar-container {
	left: 0%;
	top: 50px;
	width: 75%;
	height: 500px;
	position: absolute;
	padding-left: 200px;
}

div.red {
	background: red;
}

div.yellow {
	background: yellow;
}

div.green {
	background: green;
}

div.bar {
	width: 200px;
	height: 500px;
	float: right;
}

div#button-container {
	bottom: 0%;
	left: 0%;
	width: 75%;
	height: 40px;
	font-size: 30px;
	line-height: 40px;
	position: absolute;
	text-align: center;
	padding-left: 200px;
	background-color: rgb(124,124,124);
}

div.button-box {
	width: 200px;
	height: 40px;
	float: right;
	line-height: 40px;
	text-align: center;
}

div#skill {
	position: absolute;
	top: 680px;
	left: 100px;
	width: 800px;
	height: 25px;
	line-height: 25px;
	background-color: #cccccc;
	text-align: center;
}

div.box {
	position: absolute;
	width: 20px;
	height: 20px;
	top: -30px;
	left: 900px;
}

div#question {
	position: absolute;
	top: 635px;
	left: 100px;
	width: 800px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background-color: transparent;
	text-align: center;
}

input.answer-button {
	width: 80px;
	height: 30px;
}

div.answer {
	position: absolute;
	left: 1010px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	background-color: transparent;
	text-align: center;
}

div.top {
	top: 0px;
}

div.bottom {
	top: 595px;
}

div.top-below {
	top: 45px;
}

div.bottom-below {
	top: 635px;
}
