@font-face {
              font-family: Cuprum; /* ��������� ������ */
              src: url(fonts/Cuprum-Regular.ttf); /* ���� � ����� �� ������� */
            }


*
{
	font-family: Arial;
	margin: 0;
	padding: 0;
	border:0;

}

html
{

	margin: 0;
	padding: 0;



}

body
{
	margin: 0 auto;
	padding: 0;
	background: url(../res/BGmain.jpg)  center  no-repeat #000;
	background-attachment: fixed;
	background-size:  cover;
}

#bcg
{   position: absolute;

	margin: 0;
	padding: 0;
	border:0;
	left: 0;
	top: 0;

	width: 100%;
	height: 100%;

	background: url(../res/BGmain.jpg)  center  no-repeat #000;

}


#main_wrapper
{
	width: 1200px;
  min-width: 640px;
	position: relative;
	margin: 10px auto;
	padding: 0;
	border:0;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}



#content
{
	width: 1200px;
  min-width: 640px;
	min-height: calc(100vh - 220px);
	height: auto;
	margin: 0;
	padding: 0 0 20px;
	border:0;
	background-color: #FFFFFF;
	z-index: 100;
}

#footer
{
	width: 1200px;
  min-width: 640px;
	height: 160px;
	margin: 0px 0 0;
	padding: 0;
	border:0;

	z-index: 300;
  position: relative;
  float:none;

}
