@charset "utf-8";
/* CSS Document */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#3C3C3C;
}

.first #container {
	/* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #000000;
	margin: 0 auto;   /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	position: absolute; /* Абсолютное позиционирование */
	width: 760px; /* Ширина слоя в пикселах */
	height: 410px; /* Высота слоя в пикселах */
	left: 50%; /* Положение слоя от левого края */
	top: 50%; /* Положение слоя от верхнего края */
	margin-left: -360px; /* Отступ слева */
	margin-top: -205px; /* Отступ сверху */
			 
			/* border: solid 1px black;  Параметры рамки вокруг */
			/*  padding: 10px; Поля вокруг текста */
			 /* overflow: auto; Добавление полосы прокрутки */ 
		
} 


.first #mainContent {
   width: 760px; 
  margin: 0 auto; /*  the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
   
}
.cl-footer             { visibility: hidden;}

.first #navy {
	margin:0 auto;
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-align:right;
	padding: 10px 0;
	margin-right:10px;

} 
.first #copy {
	margin:0 auto;
	padding: 25px 0; /* top and bottom padding create visual space within this div */
	font-family:Tahoma;
	font-size:11px;
	color:#666666;
	text-align:center;
	
}
a { color:#0382B6}
a:hover{text-decoration:none;}
