@charset "utf-8";
/* CSS Document */
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
.page {
	width: 96%;
}
#game-button-wrapper {
	position: relative;
	top: -32px;
	left: 0px;
	width: 100%;
}
.gamebutton {
	background-image: url(images/mobile-controls.png);
	background-repeat: no-repeat;
	float: left;
	overflow: hidden;
	width: 32px;
	height: 32px;
	position: relative;
	top: -32px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: #000;
	-webkit-text-size-adjust: none;
}
#buttonLeft {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background-position: 0px;
	visibility: hidden;
}
#buttonRight {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	background-position: -32px;
	visibility: hidden;
}
#buttonJump {
	position: relative;
	float: right;
	width: 32px;
	height: 32px;
	background-position: -64px;
	visibility: hidden;
}
#buttonShoot {
	position: relative;
	float: right;
	width: 32px;
	height: 32px;
	background-position: -96px;
	visibility: hidden;
}
#buttonGrenade {
	position: relative;
	float: right;
	width: 32px;
	height: 32px;
	background-position: -128px;
	visibility: hidden;
}
#buttonDoor {
	position: relative;
	float: right;
	width: 32px;
	height: 32px;
	background-position: -160px;
	visibility: hidden;
}
#buttonSwitch {
	position: relative;
	float: right;
	width: 32px;
	height: 32px;
	background-position: -192px;
	visibility: hidden;
}