#SystemMessage{
	position: absolute;
	top: 10px;
	width: 875px;
	left: 25px;
	height: 50px;
}

#ChoiceArea{
	position: absolute;
	top: 475px;
	left: 25px;
	width: 875px;
	height: 85px;
}

.AnswerButton{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	color:#990000;
	width: 100px;
	padding-top: 20px;
	height: 55px;
	background-color: #DDDDDD;
	border: 4px #000000 solid;
	border-radius: 10px;
	cursor: pointer;

}

#Sign1{
	position: absolute;
	left: 0px;
}

#Sign2{
	position: absolute;
	left: 150px;
}

#Sign3{
	position: absolute;
	left: 300px;
}

#Sign4{
	position: absolute;
	left: 450px;
}

#Sign5{
	position: absolute;
	left: 600px;
}

#Sign6{
	position: absolute;
	left: 750px;
}


.refresh-page{
	padding: 15px 20px 15px 20px;
	background-color: #0684cb;
	text-decoration: none;
	color: white;
	font-family:"Kumbh Sans", sans-serif;
  font-size: 17px;
  font-weight: 600;
  margin-top:650px;
  left: 410px;
  border-radius: 50px;
  position: absolute;
}