@charset "utf-8";

body{
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color: #83a573;
	margin-left:0px;
	margin-top:0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

a{
	color: #4e6175;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

input{
	position:absolute;
	width:235px;
	height:28px;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#999;
	padding-top:7px;
	border:none;
	background-color:#f0f0f0;
}

#wrapper{
	width:900px;
	height:600px;
	margin:0px auto;
	background-image:url(top.png);
	background-repeat:no-repeat;
}

#about{
	display:none;
	position:absolute;
	margin-top:110px;
	margin-left:140px;
	padding-left:10px;
	padding-right:10px;
	width:600px;
	height:200px;
	font-size:15px;
	text-align:left;
	color:#fff;
}

#about h3{
	font-size:24px;
	margin-top:0px;
	padding-top:0px;
}

#logo{
	background-image:url(logo.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:93px;
	margin-left:175px;
	width:545px;
	height:55px;
	overflow:hidden;
}

#count_down{
	background-image:url(time_area.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:160px;
	margin-left:173px;
	padding-top:27px;
	width:555px;
	height:55px;
	font-style:italic;
	font-size:24px;
	text-align:center;
	color:#fff;
}

#email{
	position:absolute;
	margin-top:265px;
	margin-left:220px;
	width:460px;
	text-align:center;
}

#email a{
	color:#fff;
	font-size:22px;
	text-decoration:none;
}

#email a:hover{
	text-decoration:none;
}

#add_mail{
	background-image:url(submit.png);
	background-repeat:no-repeat;
	position:absolute;
	margin-top:335px;
	margin-left:124px;
	padding-left:5px;
	padding-top:2px;
	width:333px;
	height:41px;
}

#submit_link{
	position:absolute;
	margin-left:245px;
	padding-top:8px;
	width:85px;
	height:31px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
	
#links{
	position:absolute;
	margin-top:330px;
	margin-left:480px;
	padding-top:13px;
	width:265px;
	height:55px;
	overflow:hidden;
	list-style:none;
}

#links li{
	float:right;
	margin-right:10px;
}

#links li img{
	border:none;
	width:32px;
	height:32px;
}

#link_description{
	position:absolute;
	display:none;
	font-size:12px;
	color:#555;
}

.clearfloat{
	clear:both;
	margin:0px;
	height:0px;
	width:0px;
}