* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}
div, img {
	position: absolute;
}
body {	
	font-family: Verdana;
	color: #2b2b2b;
	
	opacity: 1;
}
#background {
	position: absolute;
	
	width: 332px;
	height: 300px;
}
#qlocktwo {
	margin: 5px 5px 5px 5px;
	text-align: center;
	font-size: 10px;
}
#qlocktwo td {
	width: 25px;
	height: 20px;
	-webkit-transition: all 1s ease-in-out;
}
.on {
	color: #f2f2f2;
	font-size: 14px;
	
}
