		body
		{
			margin: 0; /* Убираем отступы */
			padding: 0; /* Убираем поля */
			background: #000 url(src/backgroung.png) no-repeat; /* Фоновый рисунок */
			background-size: auto auto; /* делаем автовыравнивание текста */
			-moz-background-size: auto auto; /* делаем автовыравнивание текста для старых версий Firefox */
			-o-background-size: auto auto; /* делаем автовыравнивание текста для opera*/
			-webkit-background-size: auto auto;
		}
		.lng
		{
			position: absolute; /* Абсолютное позиционирование */
			top: 0px;
			left: 70%;
			/*width: 96px;*/
		}
		.top
		{
			width: 61%;
			margin: 5% auto 0%;
		}
		.txt
		{
			width: 100%;
			margin-top: 0%;
		}
		.cnt
		{
			width: 100%;
			margin-top: 2%;
		}
		.pst
		{
			width: 100%;
			margin-top: 2%;
		}
		.cr
		{
			/*bottom: 0;*/
			width: 100%;
			margin-top: 4%;
		}
		.foot
		{
			width: 100%;
			/*margin-top: 280px;*/
		}			
		A
		{
			font-size: 12pt;
			font-family: tachoma, sans-serif;
			cursor: crosshair;
			color: #fff;
			text-align: center;
		}
		P
		{
			font-size: 12pt;
			font-family: Tahoma, sans-serif;
			color: #fff;
			text-align: center;
		}