html, body {
	width: 100%;
	height: 100%;
}
body {
	background-color: #222;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#tronix2-game {
	background-color: #222;
	background-image: url('../gfx/background.png');
	background-size: cover;
	background-repeat: no-repeat;
	outline: 1px solid #313131;
}
