#score {
	color: #fff;
	position: absolute;
	top: 0; left: 0;
	padding: 5px 10px;
	font-family: monospace;
	font-size: 22px;
	text-align: center;
	color: #fff;
	opacity: 0.9;
	background: #444;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 10px #333;

}

#gameover {
	display: block;
	position: absolute;
	padding: 10px;
	top: 200px;
	left: 375px;
	width: 250px;
	font-family: monospace;
	font-size: 26px;
	text-align: center;
	color: #fff;
	opacity: 0.9;
	background: #444;
	border: 1px solid #333;
	border-radius: 5px;
	box-shadow: 0px 0px 30px 10px #333;
	z-index: 2;
}

#restart {
	text-decoration: underline;
	color: #aaa;
	font-size: 16px;
	font-weight: bold;
}

#overlay {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 1000px;
	height: 600px;
	background: #000;
	opacity: 0.5;
	z-index: 1;
}