html,body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	font-size:100%;
	font-family:'Helvetica';
	font-weight:bold 200;
}

html{
	/*
	color:#FFF;
	background:#868686 url('../images/globe.png') no-repeat center center;
	*/
	color:#00F;
	/*background:#FFFFFF url('../images/globe-html5.png') no-repeat center center display:none;*/
	/*background:#FFFFFF url('../images/globe-html5.png') no-repeat center center;*/
	background:#FFFFFF url('../images/18-112.gif') no-repeat center center;
	text-align:center
}


#voile{  
	position:absolute; 
	width:100%; height:100%; 
	background-color:black; 
	opacity:0.7; 
	z-index:1; 
	filter:alpha(opacity=70);
}

#status{
	padding:35px;
}

#coordinates{
	position:absolute;
	top:70%;
	width:100%;
	font-size:80%;
	font-style:italic;
	color:red;
}

#timer{
	padding:35px;
}

.success{
	color:#146c0d;
	border:1px solid #0ca700;
	background-color:#c5ffc2
}

.error{
	color:#E00;
	border:1px solid #E00;
	background-color:#ffb4b4
}

.debug{
	color:#DF4600;
	border:1px solid #FF6600;
	background-color:#F7A978;
}
