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

#color5 {background: url(images/backgrounds/bg5.jpg) no-repeat; background-color: #000000; background-position: top center;}

#main {
	margin: 0 auto;
	width: 800px;
}

/* site name or logo */
#sitename {
	display: block;
	height: 58px;
	width: 250px;
	margin: 20px auto;
}

/* description text size, color, font-family ... */
#description p {
	position: absolute;
	margin-top: 70px;
	margin-left: 190px;
	font-family: Arial;
	font-size: 18px;
	color: #000000;
}

/* countdown style */
.clock_text {
	position: absolute;
	padding-left: 51px;
	padding-right: 50px;
	margin-top: 100px;
	margin-left: 180px;
	font-family: Arial;
	font-size: 60px;
	color: #E8151B;
	width:350px;
}

.clock_text:hover {
	color: #444444;
}




/* jQuery Countdown styles 1.5.8. */
.hasCountdown {
	border: 1px solid #ccc;
	background-color: #eee;
}
.countdown_rtl {
	direction: rtl;
}
.countdown_holding span {
	background-color: #ccc;
}
.countdown_row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown_show1 .countdown_section {
	width: 98%;
}
.countdown_show2 .countdown_section {
	width: 48%;
}
.countdown_show3 .countdown_section {
	width: 32.5%;
}
.countdown_show4 .countdown_section {
	width: 24.5%;
}
.countdown_show5 .countdown_section {
	width: 19.5%;
}
.countdown_show6 .countdown_section {
	width: 16.25%;
}
.countdown_show7 .countdown_section {
	width: 14%;
}
.countdown_section {
	display: block;
	float: left;
	font-size: 30%;
	text-align: center;
}
.countdown_amount {
	font-size: 200%;
}
.countdown_descr {
	display: block;
	width: 100%;
}
/*Webstar Credits*/
.webstar-credits{font-size:11px; color:#FFF;}
.webstar-credits a{color:#FFF; text-decoration:none}
/*Footer*/
#footer{ margin-top:540px; text-align:center;}
#footer img{ border-color:#000000;}

