body {
	background-color: #ccc;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
}

a:link, a:visited {
	color: #444;
	text-decoration : none;
}

a:active {
	color: #fff;
	text-decoration : none;
}

a:hover {
	color: #000;
	text-decoration : underline;
}

.box {
	font-size: 24px;
	color: #fff;
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
}

.updated {
	font-size: .9em;
	text-align: center;
	position: absolute;
	width: 100%;
	bottom: 206px;
	left: 0;
}

/* Spasibar */

.Wrapper {
	padding: 20px 0 220px 0;
}

.Spasibar {
	text-align: center;
	width: 100%;
	height: 199px;
	background-image: url(../img/bar.png);
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: #6c7780;
}

.Spasibar h2 {
	height: 199px;
	line-height: 199px;
	font-weight: normal;
	font-size: 1.7em;
	margin: 0 0 0 30px;
	text-align: left;
	float: left;
}

.Spasibar div.bullsEye {
	width: 170px;
	float: right;
}

.Spasibar div.first {
	margin-left: 15px;
}

.Spasibar div.last {
	margin-right: 15px;
}

.Spasibar span.title {
	display: block;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}

.Spasibar img {
	margin: 30px 15px 5px 15px;
	border: 0;
}

.Spasibar a:link, .Spasibar a:visited {
	color: #6c7780;
	text-decoration: none;
}

.Spasibar a:hover, .Spasibar a:active {
	color: #6c7780;
	text-decoration: underline;
}

