		body{
			font-family:"Lucida Sans Unicode";
			background-color:#FFFFFF;
			color:#FFFFFF;
			margin:0px;
			padding:0px;
			padding-bottom:30px;
			font-size:14px;
			text-align:center;
			text-indent:0px;
			word-spacing:0px;
		}
		#image{
			position:absolute;
			left:50%;
			top:50%;
			z-index:2;
			height:600px;
			margin-top:-300px;
			width:600px;
			margin-left:-300px;
			border:0px;
			cursor:pointer;
			background-image:url('ouroboros.png');
		}
		#counter-outer{
			position:absolute;
			left:50%;
			top:50%;
			z-index:1;
			height:80px;
			margin-top:-40px;
			width:480px;
			margin-left:-200px;
		}
		#counter-inner{
			position:relative;
		}
		.numbers{
			position:absolute;
			top:0px;
			font-size:50px;
			color:#000000;
			width:100px;
			height:60px;
			font-weight:bold;
		}
		.lables{
			position:absolute;
			top:65px;
			font-size:10px;
			color:#000000;
			width:100px;
			height:15px;
			font-weight:bold;
		}
		.days{
			left:0px;
		}
		.hours{
			left:100px;
		}
		.minutes{
			left:200px;
		}
		.seconds{
			left:300px;
		}