* { margin: 0; padding: 0; border: 0; background: #8f2822;}
html, body { width: 100%; height: 100%; }

#middle {
	position: relative;
	width: 100%;
	height: 50%;
}
#middle h1 {
	padding: 11px;
	font: bold 15px Arial;
	text-align: center;
	color: #8f2822;
}
#current {
	position: relative;
	margin: 0 auto;
	width: 627px;
}

#intro {
	position: absolute;
	top: -235px;
	width: 627px;
	height: 470px;
}

#counters {
	text-align: center;
}

#counters .item {
	display: inline;
	padding: 0 10px;
}#current #intro p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
#current #intro .item a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}
