body{
	margin-left: 0px;
	margin-top: 0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

#progress{
	position:absolute;
	font-size: 148px;
	top:50%;
	left:50%;
	margin-top:-100px;
	margin-left:-300px;
	width:600px;
	height:148px;
	line-height:148px;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0px;
}
#progressb{
	position:relative;
	top:-20px;
	
}
  
#watch-container{
	
	visibility: hidden;
	width:100%;
	height:100%;
	
}  
#sorry-container{
	visibility:hidden;
}
  
#watch  {
    width: 1280px;
    height: 844px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -640px;
    margin-top: -422px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
}

#watchcanvas  {
    width: 1280px;
    height: 844px;
    position: absolute;
    left: 50%;
    top: 50%; 
    margin-left: -640px;
    margin-top: -422px;
    
}

.futura-text{
	font-family: sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	position:absolute;
	background-color: transparent;
	white-space: nowrap;
	
	
}
#appleClock{
	position: absolute;
	left: 50%;
	top : 50%;
	margin-left:-84px;
	margin-top:-84px;
}

#s{
	position:absolute;
	font-size: 18px;
	height:18px;
	line-height:18px;
	top:50%;
	left:50%;
	margin-left: -220px;
	margin-top: 110px;
}

