@charset "utf-8";
/* CSS Document */


body {
	background: url(images/bg.jpg) repeat-x; 		/* background image */
	background-color: #3C3C3C; 						/* background color */
	background-position: top center; 
}

#main {
	margin: 0 auto;
	width: 800px;
}

/* site name or logo */
#sitename {
	display: block;
	height: 100px;
	width: 500px;
	background: url(images/logo.png) no-repeat;
	margin-bottom: 0px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
}

/* description text size, color, font-family ... */
#description p {
	position: absolute;
	margin-top: 40px;
	margin-left: 173px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

#gup {
	position: absolute;
	margin-top: 170px;
	margin-left: 50px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
}

/* countdown style */
.clock_text {
	position: absolute;
	height: 71px;
	width: 437px;
	border: 0;
	padding-left: 51px;
	padding-right: 50px;
	margin-top: 70px;
	margin-left: 180px;
	font-family: Arial;
	font-size: 60px;
	color: #5c5c5c;
	background: url(images/cd-bg.jpg) no-repeat;
}

.clock_text:hover {
	color: #666666;
}

#cdt {
	position: absolute;
	margin: 80px 0 0 50px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

#cdl {
	position: absolute;
	margin: 100px 0 0 50px;
	font-family: Arial;
	font-size: 10px;
	color: #5c5c5c;
}

/* Mailer form style */
#form_div form input.text {
	position: absolute;
	height: 69px;
	width: 437px;
	border: 0;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 160px;
	margin-left: 180px;
	font-family: Arial;
	font-size: 30px;
	color: #555555;
	background: url(images/cd-bg.jpg) no-repeat;
}

/* "Subscribe" button */
#form_div form input.submit {
	position: absolute;
	height: 69px;
	width: 100px;
	border: 0;
	margin-top: 160px;
	margin-left: 640px;
	font-family: Arial;
	font-size: 18px;
	color: #555555;
	background: #232323;
}
#form_div form input.submit:hover {
	color: #777777;
}

/* "Thank you" button style */
#button_3 {
	position: absolute;
	height: 69px;
	width: 100px;
	border: 0;
	margin-top: 160px;
	margin-left: 640px;
	font-family: Arial;
	font-size: 18px;
	color: #ffffff;
	background: #00EAFF;
	background-color: #000000;
}

/* links */

#links {
	margin-top: 280px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#links ul {
	list-style: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#links li {
	display: inline;
	padding: 0 0 0 10px;
}

#links a {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

#links a:hover {
	color: #FFF;
}

