#container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
	clear: both ;
	}
	
.clock {
	background-color:rgba(38,34,35,0.1);
	color:#80FF00;
	font-size:50px;
	width: 350px;
	padding:20px;
	margin: 0 auto;
	margin-top: 10px;
	letter-spacing:4px;
	clear: both ;
	}

.a1, .a2 {
 background-color:rgba(38,34,35,0.1);
	color:#80FF00;
	font-size:50px;
	text-decoration: none ;
	position: absolute ;
	top: 50px ;
	cursor: pointer ;
}

.a2 {
	right: 1%;
}