* {
	padding: 0px;
	margin: 0px;
}

body, #gameContainer {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
