@charset "utf-8";

body{
	background-image:url(../images/bg.png);
	background-repeat:repeat-x;
	background-position:top;

}

#gameScreen {
	margin-top:10px;
	height: 600px;
	width: 800px;
	background-color:#fff;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding:10px;
	box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
#gameLevel{
	font-family:Arial, Helvetica, sans-serif;

}


#gameStart{
	width:204px;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	margin-top:300px;
}
#endPoints{
	width:400px;
	height:200px;
	font-size:48px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	position:absolute;
	top:200px;
	left:250px;
	display:none;
}
#gameGood, #gameWrong{
	width:200px;
	height:50px;
	font-size:48px;
	padding-top:10px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#9C0;
	text-align:center;
	position:absolute;
	top:500px;
	left:350px;
	display:none;
}
#gameWrong{
	background-color:#CC0000;
}


.gc{
	display:none;
	position:absolute;
	font-size:48px;
	font-family:Arial, Helvetica, sans-serif;
	width:100px;
	height:80px;
	text-align:center;
	padding-top:20px;
	background-image:url(../images/circle.png);
	cursor:pointer;
}