html,body {
	background-color: #000;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}

#buttonLeft { 
	background-image: url('../buttonLeftPhone.png');
	background-repeat: no-repeat;
	width: 57px;
	height: 50px;
	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('../buttonRightPhone.png');
	background-repeat: no-repeat;
	width: 57px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	left: 57px;
	
	-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('../buttonShootPhone.png');
	background-repeat: no-repeat;
	width: 53px;
	height: 50px;
	position: absolute;
	bottom: 0px;
	right: 53px;

	-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('../buttonJumpPhone.png');
	background-repeat: no-repeat;
	width: 53px;
	height: 50px;
	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('../buttonDownPhone.png');
	background-repeat: no-repeat;
	width: 53px;
	height: 50px;
	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;
}

#credits { visibility:hidden; }