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

#color1 {
	
	 background: url(images/backgrounds/bg1.jpg) no-repeat; 		/* background 1 */
	/* background: url(images/backgrounds/bg2.jpg) no-repeat; */ 		/* background 2 */
	/* background: url(images/backgrounds/bg3.jpg) no-repeat; */ 		/* background 3 */
	/* background: url(images/backgrounds/bg4.jpg) no-repeat; */ 		/* background 4 */
	/* background: url(images/backgrounds/bg5.jpg) no-repeat; */ 		/* background 5 */
	/* background: url(images/backgrounds/bg6.jpg) no-repeat; */ 		/* background 6 */
	/* background: url(images/backgrounds/bg7.jpg) no-repeat; */ 		/* background 7 */
	/* background: url(images/backgrounds/bg8.jpg) no-repeat; */ 		/* background 8 */
	/* background: url(images/backgrounds/bg9.jpg) no-repeat; */ 		/* background 9 */
	/* background: url(images/backgrounds/bg10.jpg) no-repeat; */ 		/* background 10 */
	
	 background-color: #485460; 		/* background 1 */
	/* background-color: #00a4a3; */ 		/* background 2 */
	/* background-color: #478d47; */ 		/* background 3 */
	/* background-color: #7c8e2a; */ 		/* background 4 */
	/* background-color: #615c48; */ 		/* background 5 */
	/* background-color: #925320; */ 		/* background 6 */
	/* background-color: #b03c3d; */ 		/* background 7 */
	/* background-color: #c12a71; */ 		/* background 8 */
	/* background-color: #8b5ea3; */ 		/* background 9 */
	/* background-color: #757575; */ 		/* background 10 */
	
	background-position: top center; 
}

#color2 {background: url(images/backgrounds/bg2.jpg) no-repeat; background-color: #00a4a3; background-position: top center;}
#color3 {background: url(images/backgrounds/bg3.jpg) no-repeat; background-color: #478d47; background-position: top center;}
#color4 {background: url(images/backgrounds/bg4.jpg) no-repeat; background-color: #7c8e2a; background-position: top center;}
#color5 {background: url(images/backgrounds/bg5.jpg) no-repeat; background-color: #615c48; background-position: top center;}
#color6 {background: url(images/backgrounds/bg6.jpg) no-repeat; background-color: #925320; background-position: top center;}
#color7 {background: url(images/backgrounds/bg7.jpg) no-repeat; background-color: #b03c3d; background-position: top center;}
#color8 {background: url(images/backgrounds/bg8.jpg) no-repeat; background-color: #c12a71; background-position: top center;}
#color9 {background: url(images/backgrounds/bg9.jpg) no-repeat; background-color: #8b5ea3; background-position: top center;}
#color10 {background: url(images/backgrounds/bg10.jpg) no-repeat; background-color: #757575; background-position: top center;}

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

/* site name or logo */
#sitename {
	display: block;
	height: 58px;
	width: 250px;
	background: url(images/sitename.png) no-repeat;
	margin: 20px auto;
}

/* description text size, color, font-family ... */
#description p {
	position: absolute;
	margin-top: 30px;
	margin-left: 200px;
	font-family: Arial;
	font-size: 14px;
	color: #000;
}

/* countdown style */
.clock_text {
	position: absolute;
	padding-left: 51px;
	padding-right: 50px;
	margin-top: 70px;
	margin-left: 180px;
	font-family: Arial;
	font-size: 60px;
	color: #111111;
	background: url(images/time-bg.png) no-repeat;
}

.clock_text:hover {
	color: #444444;
}

#cdt {
	position: absolute;
	margin: 80px 0 0 50px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}

#cdl {
	position: absolute;
	margin: 98px 0 0 50px;
	font-family: Arial;
	font-size: 10px;
	color: #c0c0c0;
}

/* Mailer form style */
#form_div form input.text {
	position: absolute;
	height: 69px;
	width: 435px;
	border: 0;
	padding-right: 7px;
	padding-left: 7px;
	margin-top: 160px;
	margin-left: 180px;
	font-family: Arial;
	font-size: 30px;
	color: #333333;
	background: url(images/time-bg.png) no-repeat;
}

#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: #111111;
	background: #c0c0c0;
}

#gut {
	position: absolute;
	margin: 169px 0 0 50px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
}

/* 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: #111111;
	background: #a7a7a7;
}

/* links */
li {
	list-style-type: none;
}
#twitter a {
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	background: url(images/twitter-48.png) no-repeat;
	margin: 420px 0 0 670px;
}
#facebook a {
	position: absolute;
	display: block;
	height: 48px;
	width: 48px;
	background: url(images/facebook-48.png) no-repeat;
	margin: 425px 0 0 720px;
}
