/**************************************/
/*              GLOBALS               */
/**************************************/

html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
body{
	background: #0C0314 url(../i/bg_body.gif) repeat-x 0 0;
	color:#fff;
}

.all { 
	background: transparent url(../i/bg_all.jpg) no-repeat 50% 0;
	text-align: center;
	min-height: 100%;
	position: relative;
}
.w100 {
	width: 100%;
}
.rel {
	position: relative;
}

.content {
	width: 995px;
	margin: 0 auto;
	text-align: left;
	padding: 0 0 90px 0;
}
.footer {
	width: 995px;
	margin-left: -497px;
	position: absolute;
	text-align: left;
	height: 90px;
	bottom: 0;
	left: 50%;
}


.logo {
	margin: 40px 0 0 330px;
}

.chertanovo {
	margin: 26px 0 0 152px;
}
.butovo {
	margin: 26px 0 0 154px;
}
.trosani {
	margin: 15px 0 0 369px;
}

.copy {
	font: 1.1em/20px Tahoma, sans-serif;
	color: #999;
	float: right;
	width: 320px;
}
.copy a:link, .copy a:visited {
	color: #999;
	text-decoration: none;
}
.copy a:hover, .copy a:active {
	color: #fff;
	text-decoration: underline;
}

