@CHARSET "UTF-8";
body{
	font-family: Georgia;
	background-color: #000;
	margin: 0;
	padding: 0;
	background-image: url(/img/szum.gif);
}
.clear{
	clear: both;
}
#root{
	margin: 0 auto;
	text-align: center;
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
}
h1.title a{
	background-image: url("/img/logo.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 584px;
	height: 60px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 auto;
}
div.header,
div.content,
div.footer{
	display: block;
}
div.header{
	position: relative;
	top: 35%;
}
div.content{
	position: relative;
	top: 35%;
	width: 820px;
	margin: 0 auto;
	height: 90px;
}
div.content h3{
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
div.content h3.gray{
	color: #878787;
}
div.content h3.white{
	color: #ffffff;
}
div.content div.line{
	margin: 0;
	padding: 0;
	height: 30px;
}
div.footer{
	position: relative;
	top: 55%;
	color: #fff;
}
span.gray{
	color: #878787;
}
span.orange{
	color: #791d0b;
}
