* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Grande, arial, sans-serif;
	font-size:  12px;
	font-color: #000;
	line-height: 150%;
}

h1 {
	font-family: Helvetica;
	font-size: 36px;
	text-align: center;
	line-height: 100px;
}

h2 {
	margin-top:  24px;
	font-size: 16px;
	line-height: 20px;
}

#stage {
	width:  700px;
	margin: 0 auto;
}

#counter {
	width: 700px;
	height: 149px;
	margin: 0 auto;
}

#digits {
	min-width: 300px;
	margin: 0 auto;
	margin-left: 90px;
}

#digits div {
	float: left;
}

	#digit0 {
		background: #FFF url(/img/counter.jpg) no-repeat 0 0;
		width: 51px;
		height:  149px;
	}

	#digit1 {
		background: #FFF url(/img/counter.jpg) no-repeat -52px 0;
		width: 51px;
		height:  149px;
	}

	#digit2 {
		background: #FFF url(/img/counter.jpg) no-repeat -104px 0;
		width: 51px;
		height:  149px;
	}

	#digit3 {
		background: #FFF url(/img/counter.jpg) no-repeat -157px 0;
		width: 51px;
		height:  149px;
	}

	#digit4 {
		background: #FFF url(/img/counter.jpg) no-repeat -209px 0;
		width: 51px;
		height:  149px;
	}

	#digit5 {
		background: #FFF url(/img/counter.jpg) no-repeat -261px 0;
		width: 51px;
		height:  149px;
	}

	#digit6 {
		background: #FFF url(/img/counter.jpg) no-repeat -313px 0;
		width: 51px;
		height:  149px;
	}

	#digit7 {
		background: #FFF url(/img/counter.jpg) no-repeat -366px 0;
		width: 51px;
		height:  149px;
	}

	#digit8 {
		background: #FFF url(/img/counter.jpg) no-repeat -418px 0;
		width: 51px;
		height:  149px;
	}

	#digit9 {
		background: #FFF url(/img/counter.jpg) no-repeat -470px 0;
		width: 51px;
		height:  149px;
	}

#content {
	width: 468px;
	float: left;
	margin-bottom: 40px;
}

#rightcontent {
	width: 212px;
	float: left;
	padding: 0 0 0 20px;
}

#rightcontent p b {
	color: #000;
	font-weight: normal;
}

#rightcontent p {
	color: #c3c3c3;
	font-size: 90%;
	margin-bottom: 10px;
}

label {
	width: 90px;
	color: #c3c3c3;
}

input, textarea {
	width: 250px;
	font-size: 14px;
	color:  #333;
	margin-bottom: 10px;
}

input {
		height: 18px;
}
textarea {
		height: 80px;
}

ul.errors {
	list-style: none;
}

ul.errors li {
	color: #c41b22;
	width:  250px;
	font-style: none;
}

a, a:hover, a:active, a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#news {
	top: 0;
	width: 675px;	
	height: 54px;
	margin: 0 auto;
}
