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;
}

.title {
	width:718px;
	top: 0px;
	text-align:center;
	margin: auto;
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
}

.title p {
	font-family: 'Mountains of Christmas', cursive;
	font-size:72px;
	line-height:40px;
	color: #AC1621;
	text-shadow: 0 0 0.2em #490F13, 0 0 0.2em #490F13;
}

.text {
	width:430px;
	float:left;
	margin-top:118px;
	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;
}