html,body {
	background-color: #000;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

#buttonLeft { 
	background-image: url('../buttonLeft.png');
	background-repeat: no-repeat;
	width: 114px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 0;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}
#buttonRight { 
	background-image: url('../buttonRight.png');
	background-repeat: no-repeat;
	width: 114px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	left: 114px;
	
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}
#buttonShoot {
	background-image: url('../buttonShoot.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 106px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}
#buttonJump {
	background-image: url('../buttonJump.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 0px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}	
#buttonDown {
	background-image: url('../buttonDown.png');
	background-repeat: no-repeat;
	width: 106px;
	height: 100px;
	position: absolute;
	bottom: 0px;
	right: 212px;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: none;
}

#credits { visibility:hidden; }