body {
	margin: 0;
	padding:0;
	background:rgba(27,232,39,0.7);
	background-image: url(img/musss1.jpg);
}

#container {
	float:left;
	/*width: 1024px;
	height: 748px;*/
	width: 100%;
	height: 100%;
	cursor: url(img/music_note.png), auto;
	position: relative;
	background: #14FFFC;
	background-image: url(img/musss1.jpg);
}

#countdownTimer {
	position: absolute;
	right: 5px;
	top: 5px;
}

#mainArea {
	float: left;
	width: 70%;
	margin:275px 0 0 15%;
	background: rgba(27,232,39,0.8);

}

#mainArea h1 {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-family: Herculanum;
	font-size: 50px;
	color: #333;
	cursor: url(img/music_note.png), auto;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#mainArea #answers {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
	border: 1px solid #FFB307;

	box-sizing:border-box;
}

#mainArea #answers .answerOption {
	float: left;
	width: 48%;
	margin: 10px 1% 0 1%;
	height: 100px;

	line-height: 100px;
	text-align: center;
	font-family: Herculanum;
	font-size: 55px;
	color: #9129E8;
	cursor: url(img/music_note.png), auto;
	box-sizing:border-box;
	border: 1px solid #aaa;
	box-shadow: 0 0 3px #aaa;
}

	#mainArea #answers .answerOption:hover {
	background: rgba(232,55,41,0.3);
	}



	#mainArea #answers .answerOption:active {
		background: rgba(27,232,39,1);
		color: #fff;
	}

















