html {
	height: 100%;
}

.game {
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../img/bg.jpg") no-repeat scroll center center / 100% auto rgba(0, 0, 0, 0);
	background-size: cover;
}
