@charset "utf-8";
/* CSS Document */

#counter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	height: 35px;
	width: 175px;
}
/* New Book Countdown */

#countdown {
	background: url(/image/img_conspiracy365.jpg) no-repeat;
	width: 300px;
	height: 193px;
}
#countdown .timer {
	float:left;
	font-size:24px;
	font-weight:bold;
	position:relative;
	top:70px;
	color: #333333;
	font-family: Courier New, Courier, monospace;
	width: 250px;
	text-align: right;
	right: 4px;
	left: 70px;
}

#countdown #daysuntil {
	left: 20px;
	width: 24px;
}
#countdown #hoursuntil {
	left: 45px;
	width: 24px;
}
#countdown #minutesuntil {
	left: 69px;
	width: 24px;
}
#countdown #secondsuntil {
	left: 93px;
	width: 24px;
}
