#bgImage {
	padding: 0px;
	margin: 0px;
	line-height: normal;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-o-user-select: none;
	
	position: relative;
	background: url(img/Beep_bg.png) no-repeat;
	width: 332px;
	height: 380px;
	border: none;
	background-color: #000000;
}

#result {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 64px;
	font-weight: normal;
	font-family: arial;
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: transparent;
	border: none;
	height: 70px;
	opacity: 1;
	pointer-events: none;
	left: 70px;
	top: 43px;
}
#resultCaption {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	width: 70px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	background-color: transparent;
	border: none;
	height: 32px;
	pointer-events: none;
	left: 23px;
	top: 87px;
}
#resultUnitCaption {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	width: 76px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	border: none;
	height: 32px;
	pointer-events: none;
	left: 226px;
	top: 87px;
}
.statusCaption {
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	width: 60px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	border: none;
	height: 19px;
	top: 163px;
	pointer-events: none;
	
}
#levelStatusCaption{
	left: 17px;
}
#speedStatusCaption{
	left: 124px;
}
#timeStatusCaption{
	left: 248px;
}
.status {
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-weight: normal;
	font-family: arial;
	width: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	border: none;
	height: 19px;
	top: 163px;
	pointer-events: none;
	
}
#levelStatus{
	left: 76px;
}
#speedStatus{
	text-align: right;
	left: 156px;
}
#timeStatus{
	text-align: right;
	left: 269px;
}
#speedUnitCaption{
	font-size: 9px;
	left: 208px;
	top: 169px;

}
#runningMan{
	position: absolute;
	height: 36px;
	width: 26px;
	left: -10px;
	top: -4px;
	z-index: 2;
	pointer-events: none;
}
#runningUpperFoot{
	position: absolute;
	height: 10px;
	width: 20px;
	left: 4px;
	top: 0px;
	z-index: -1;
	pointer-events: none;
}
#runningLowerFoot{
	position: absolute;
	height: 10px;
	width: 20px;
	left: 4px;
	top: 16px;
	z-index: -1;
	pointer-events: none;
}

#runningTrack{
	position: absolute;
	background: url(img/running_track.png) no-repeat scroll 0px 0px;
	height: 28px;
	width: 273px;
	left: 30px;
	top: 122px;
	z-index: 1;
	pointer-events: none;
}

#lid {
	overflow: hidden;
	position: relative;
	color: #ffffff;
	width: 60px;
	top: 0px;
	left: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	pointer-events: none;
}


#button{
	position: absolute;
	background: url(img/play_btn.png) no-repeat scroll 0px 0px;
	height: 128px;
	width: 128px;
	left: 105px;
	top: 221px;
	z-index: 1;
	pointer-events: auto;
}
#unitSelector {
	position: absolute;
	box-shadow: none;
	background: url(img/usSelected.png) no-repeat scroll 0px 0px;
	height: 20px;
	width: 150px;
	left: 5px;
	top: 5px;
	z-index: 1;
	pointer-events: none;
}
#metricSelector {
	position: absolute;
	height: 20px;
	width: 75px;
	left: 5px;
	top: 7px;
	z-index: 1;
	pointer-events: auto;
}
#usSelector {
	position: absolute;
	height: 20px;
	width: 75px;
	left: 80px;
	top: 7px;
	z-index: 1;
	pointer-events: auto;
}
