body {
	margin:0;
	padding:0;
	background-image:url(../img/main_bg.png);
}


.wrapper {
	width:498px;
	height:498px;
	background-image:url(../img/clock_bg.png);
	background-position:center;
	margin:0 auto;
	background-repeat:no-repeat;
        position: relative;
}

.clock {
    position: absolute;
    top:-10px;
    left:-10px;
}


.text {
	width:430px;
	float:left;
	margin-top:150px;
	margin-left:40px;
	text-align:center;
}

.text p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-size:24px;
	line-height:30px;
}

.text span {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#999;
	font-style:italic;
	line-height:30px;
	font-size:20px;
}

.timer {
	width:430px;
	float:left;
	margin-left:40px;
	margin-top:20px;
	
}
.timer p {
	color:#616161;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	text-align:center;
	font-style:italic;
}
.timer span {
	color:#FFF;
}