body{
	margin:0px 0px; padding:0px;
	text-align:center;
}

#FullPage {
	position: relative;
	width:1024px;
	padding-bottom: 50px;
	height: 550px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
}

#PageTitle{
	position: relative;
	margin-top: 25px;
	width: 1000px;
	height: 35px;
	text-align: center;
}

.Titles{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:28px;
	color:#E75A28;
	text-align: center;
}

#OptionArea{
	position: relative;
	margin-top: 25px;
	height: 25px;
	width: 1000px;
}

#Option1{
	position: absolute;
	top: 0px;
	left: 25px;
	width: 250px;
}

#Option2{
	position: absolute;
	top: 0px;
	left: 300px;
	width: 250px;
}

.activeoption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#000000;
}

.inactiveoption{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#AAAAAA;
}

#Directions{
	position: relative;
	margin-top: 25px;
	width: 1000px;
	height: 50px;
	display: block;
}

.directions{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000000;
	text-align: center;
}

#ActiveSound{
	position: relative;
	margin-top: 25px;
	padding-top: 20px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
	display: none;
}

.button{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#E75A28;
	text-align: center;
	width: 100px;
	height: 25px;
	background-color: #EEEEEE;
	border: solid 2px #E75A28;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 05px;
}

#AnswerArea{
	position: relative;
	margin-top: 25px;
	width: 1000px;
	margin-left: auto;
	height: 50px;
	padding-bottom: 20px;
	text-align: center;
	display: none;
}

#PhoneNumber{
	position: absolute;
	top: 20px;
	left: 300px;
	height: 35px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#SubmitButton{
	position: absolute;
	top: 20px;
	left: 500px;
}

#ScoreArea{
	position: relative;
	margin-top: 25px;
	margin-left: auto;
	width: 1000px;
	height: 50px;
	display: block;

}

#CorrectScore{
	position: absolute;
	left: 100px;
}

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

.scoretext{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color:#E75A28;
}
