#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/btt_bg.png) no-repeat;
    width: 370px;
    height: 450px;
    border: none;
    background-color: #3E4858;
    opacity: 1;
}
.dial {
	position: absolute;
	width: 120px;
	height: 120px;
	pointer-events: none;
}
#ageDial {
	top: 121px;
	left: 124px;
	z-index: 0;
}
#weightDial {
	top: 121px;
	left: 244px;
	z-index: 0;
}
#wattDial {
	top: 275px;
	left: 210px;
	z-index: 1;
}

#timeRemain {
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	width: 93px;
	text-align: center;
	z-index: 2;
	top: 631px;
	left: 388px;
	pointer-events: none;
}
#timeRemainCaptions{
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	font-family: arial;
	width: 60px;
	top: 657px;
	left: 406px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	pointer-events: none;
}
.popper {
	background-image: url(img/popper.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	position: absolute;
	top: 0px;
	visibility: visible;
	left: 0px;
	z-index: 0;
	pointer-events: none;
}
#bluePopper{
	background-image: url(img/popper_blue.png);
}
#redPopper{
	background-image: url(img/popper_red.png);
}
#yellowPopper{
	background-image: url(img/popper_yellow.png);
}
#greenPopper{
	background-image: url(img/popper_green.png);
}
#pinkPopper{
	background-image: url(img/popper_pink.png);
}
.results {
    overflow: hidden;
    position: absolute;
    top: 54px;
    color: #444444;
    font-size: 36px;
    font-family: arial;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    border: none;
    height: 40px;
    opacity: 1;
    pointer-events: none;
    left: 10px;
}
#basalResult {
	left: 25px;
}
#totalResult {
	left: 201px;
}
#calcTitle {
	overflow: hidden;
	position: absolute;
	color: #6B7C98;
	font-size: 80%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	width: 100px;
	top: 9px;
	left: 175px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: auto;
	pointer-events: none;
}
.resultCaptions{
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 12px;
	font-family: arial;
	width: 100px;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border: none;
	height: 20px;
	pointer-events: none;
}
#resultCaption1{
	top: 42px;
	left: 0px;
}
#resultCaption2{
	top: 92px;
	left: 0px;
}
.resultUnits {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 16px;
	font-family: arial;
	width: 40px;
	top: 74px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	border: none;
	height: 20px;
	pointer-events: none;
}
#resultUnits1 {
	left: 106px;
	text-align: left;
}
#resultUnits2 {
	left: 219px;
	text-align: left;
}
#eval {
	overflow: hidden;
	position: absolute;
	color: #444444;
	font-size: 12px;
	font-family: arial;
	width: 130px;
	top: 95px;
	left: 236px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: 20px;
	pointer-events: none;
}
.dialValue {
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	width: 68px;
	top: 40px;
	left: 26px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	border: none;
	pointer-events: none;
}
.unitsCaption {
    overflow: hidden;
    position: absolute;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    width: 60px;
    top: 71px;
    left: 31px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 2;
    pointer-events: none;
}
.dialCaptions{
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 11px;
	font-family: arial;
	width: 105px;
	top: 46px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	height: 20px;
	pointer-events: none;
}
#dialCaption1 {
	top: 229px;
	left: 11px;
}
#dialCaption2 {
	top: 229px;
	left: 132px;
}
#dialCaption3 {
	top: 229px;
	left: 252px;
}
#dialCaption4 {
	top: 405px;
	left: 46px;
	font-size: 16px;
}
#dialCaption5 {
	top: 405px;
	left: 220px;
	font-size: 16px;
}
.dialHeadlines {
	line-height: 18px;
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	font-family: arial;
	width: 93px;
	text-align: left;
	z-index: 2;
	pointer-events: none;
	height: 42px;
}
#dialHead1 {
	top: 306px;
	left: 15px;	
}
#dialHead2 {
	top: 306px;
	left: 267px;
}
#dialHead3 {
	top: 446px;
	left: 15px;
}
#dialHead4 {
	top: 446px;
	left: 267px;
}
#dialHead5 {
	top: 587px;
	left: 15px;
}
#dialHead6 {
	top: 587px;
	left: 267px;
}
.dialTexts{
	overflow: hidden;
	position: absolute;
	color: #ffffff;
	font-size: 12px;
	font-family: arial;
	width: 105px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: none;
	height: 82px;
	pointer-events: none;
}
#dialText1 {
	top: 345px;
	left: 17px;
}
#dialText2 {
	top: 345px;
	left: 269px;
}
#dialText3 {
	top: 483px;
	left: 17px;
}
#dialText4 {
	top: 483px;
	left: 269px;
}
#dialText5 {
	top: 607px;
	left: 269px;
}
.dialRing {
	position: absolute;
	background: url(img/dial_dots.png) no-repeat scroll 0px 0px;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 2;
	pointer-events: auto;
}
#ageDialRing{
	background: url(img/dial_dots_blue.png) no-repeat scroll 0px 0px;
}
#weightDialRing{
	background: url(img/dial_dots_blue.png) no-repeat scroll 0px 0px;
}
.dialBg {
	position: absolute;
	box-shadow: none;
	background: url(img/dial_bg.png) no-repeat scroll 0px 0px;
	height: 128px;
	width: 128px;
	left: 0px;
	top: 0px;
	z-index: 1;
	pointer-events: none;
}
#unitSelector {
	position: absolute;
	background: url(img/usSelected.png) no-repeat scroll 0px 0px;
	height: 20px;
	width: 150px;
	left: 6px;
	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;
}
#energyUnitSelector {
	position: absolute;
	background: url(img/kcalSelected.png) no-repeat scroll 0px 0px;
	height: 20px;
	width: 150px;
	left: 354px;
	top: 5px;
	z-index: 1;
	pointer-events: auto;
}
#genderSelector {
	position: absolute;
	background: url(img/male_selected.png) no-repeat scroll 0px 0px;
	height: 69px;
	width: 114px;
	left: 0px;
	top: 145px;
	z-index: 1;
	pointer-events: none;
}
#maleSelector {
	position: absolute;
	height: 69px;
	width: 57px;
	left: 0px;
	top: 145px;
	z-index: 1;
	pointer-events: auto;
}
#femaleSelector {
	position: absolute;
	height: 69px;
	width: 57px;
	left: 57px;
	top: 145px;
	z-index: 1;
	pointer-events: auto;
}
#arrow {
	position: absolute;
	top: 54px;
	left: 293px;
	height: 70px;
	width: 14px;
	background: url(img/arrow.png) no-repeat scroll 0px 0px;
	z-index: 0;
}

#timeDial {
	top: 275px;
	left: 40px;
	z-index: 1;
}
