* {
	padding:0;
	margin:0;
}
html {
	height: 100%;
	width: 100%;
}
* html body {
	height:100%;
	width: 100%;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) center no-repeat;
	background-color: #131314;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #eaeaea;
}
/*		для того чтобы дизайн распологался по середине			*/
#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}
#content {
	margin-left: -500px;
	position: absolute;
	top: -253px;
	left: 50%;
	width: 1000px;
	height: 506px;
	visibility: visible;
}
.logo {
	width: 237px;
	height: 122px;
	position: relative;
	position: absolute;
	left: 89px;
}
/*			для флешки	рядом с логотипом			*/
.flashka-one {
/*	margin-left: 237px;*/
	width: 822px;
}
/*			для флешки по середине			*/
.flashka-two {
	margin-top: 7px;
	border: 1px solid #386c4d;
	height: 235px;
	width: 822px;
}
/*			распложение "языков"			*/
.lang {
	border: 0;
	margin-top: 8px;
}
/*		бг и расположение адреса		*/
.adress {
	margin-top: 8px;
	background: url(../img/bg-adress.gif) no-repeat;
	width: 337px;
	height: 84px;
	padding-top: 20px;
	text-align: center;
	font-size: 11px;
}
.adress a {
	color: #fcff09;
	text-decoration: underline;
}
.counter {
	margin-top: 130px;
}
.counter td {
	padding-right: 5px;
}
.we {
	margin-top: 17px;
}
.we td {
	padding-right: 5px;
}
.we a {
	color: #444228;
	font-size: 9px;
	text-decoration: none;	
}