/* Base */
/*@import url(base.css);*/

/* Theme */
/*@import url(themes/screen.css);*/

/* Custom */

* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #FFF url(../images/background.jpg) center top repeat-x;
	font: 15px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #113947;
}
img {
	border: none;
}
a {
	color: #3d84a1;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.hidden a {
	color: #f3f7f9;
}
.hidden a:hover {
	color: #9ec1d0;
}

#container {
	width: 770px;
	margin: auto;
}





.textcenter {
	text-align: center;
}
.right {
	float: right;
}





#image {
	background: url(../images/image.jpg) no-repeat;
	display: block;
	width: 716px;
	height: 354px;
	margin: 85px auto;
	margin-bottom: 40px;
}

#counter {
	background: url(../images/counter.gif) no-repeat;
	display: block;
	width: 390px;
	height: 65px;
	margin: 20px auto;
}

#counter ul {
	list-style: none;
	position: relative;
	overflow: hidden;
	top: 4px;
	width: 100%;
	height: 45px;
}

#counter li {
	width: 18px;
	height: 450px;
	background: url(../images/numbers.png);
	display: block;
	position: absolute;
}

#dd {
	left: 176px;
}
#d {
	left: 196px;
}

#hh {
	left: 231px;
}
#h {
	left: 251px;
}

#mm {
	left: 286px;
}
#m {
	left: 306px;
}

#ss {
	left: 341px;
}
#s {
	left: 361px;
}


#text {
	background: url(../images/text.gif) no-repeat;
	display: block;
	width: 582px;
	height: 78px;
	margin: 20px auto;
}




#footer {
	font-size: 12px;
}

