*{
	margin:0;
	padding:0;
    font-family: "Raleway Light";
    
    /* Disable selection/copy/paste in UIWebView
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    */
}

 body {
  color: #fff;
  margin: 0;
  padding: 0;
}

.title {
  font-size: 1.5em;
  text-decoration: none;
  margin-right: 25px;
 
}

.id {
  font-size: 2.5em;
}

 #timer {
  position:absolute;
  left: 472px;
  top: 36px;
  width: 100px;
}

 #version {
  position:absolute;
  right: 60px;
  top: 60px;
}

 #live {
  position:absolute;
  left: 60px;
  top: 36px;
  
}

 #heartrate {
  position:absolute;
  left: 260px;
  top: 60px;
}

 #main {
  position:relative;
  margin:auto;
  top:140px;
  width:988px;
}

 #global43nobg {
    position: absolute;
    width: 1024px;
    height: 768px;
}

 #global43 {
    position: absolute;
    width: 1024px;
    height: 768px;
    background-image: url("/img/bgw.png");
}

#globalall {
    position: absolute;
    width: 1024px;
    height: 768px;
    background-image: url("/img/bg.png");
}

#global169 {
    position: absolute;
    width: 1024px;
    height: 768px;
    background-image: url("/img/bg.png");
    color: #FFF;
}

 #submenutitle {
    font-size: 1.2em;
}

.desc {
    color: #aaa;
    text-transform: uppercase;
}

.blink {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}