#scene {
	position: absolute;
	width: 95%;
	height: 95%;
	overflow: hidden;
	background: -webkit-linear-gradient(#e4e0ba, #f7d9aa);
	background: linear-gradient(#ADDCE3, #00B9D5);
}
#replay {
	

}
#scores{
	text-align: center;
	font-size: 1.25em;
	color:red;
}

#instructions{
	width:200px;
	font-size: 
}
ul{
	list-style-type: none;
}
#instructions_wrapper{
	margin-right:auto;
}