html{
	background:#222;
	text-align:center;
	color: #999;
}
	     
.plus{
	fill:#999;
	float:left;
	margin:10px;
}        
      
#game-container {
	width: 80%;
	height: 400px;
	background-color: #444;
	border: 2px solid #333;
	position: relative;
	overflow: hidden;
	margin: 80px auto;
}
     
#moving-object {
	position: absolute;
	left: 0px;
	bottom: 0px;
	transform-origin: center;
	fill:red;
}
     
#debug-info {
	padding: 10px;
}
