body{
	height:100%;
	width:100%;
	background: #000;
}

.content{
	width: 640px;
	height: 636px;
	
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

canvas{
	border: 1px solid #fff;
	background: #111;
}

.info{
	width: 100%;
	height: 60px;
	
	color: white;
	text-align: center;
	line-height: 18px;
	font-family: 'Press Start 2P', cursive;
	font-size: 8px;
	
}