﻿/* CSS layout */



.container {

	width: 1024px; /* Ширина макета */
     	margin: 5px  auto; /* Выравниваем по центру */
    	position: relative; /* Относительное позиционирование */
    	height:auto;

	
	
   
}

body {
	
    	background-image:url('images/1.gif');
	background-attachment:fixed;
	}




.logo{

	
	width: 1010px;
	widht: 950px;
	margin: 5px;
	
	
	
}




.menu{
	
	width: 1010px;
	height: 70px;
	margin: 5px;


}

.bn1 {
	
  	
	width: 200px;
	height: 500px;
	float: left;
	margin: 5px;
	margin-top: 0px;

	
	

	
	
}

.context{

	
	width: 590px;
	height: auto;
	margin: 5px;
	margin-left: 215px;

	background-color: LightGray;
	border-radius: 10px;	
	box-shadow: 1px 1px 15px 5px white;
	opacity:0.95;
	
}


.context p{

	text-align: justify;
	font-family: Calibri;
}


.context a{

	
	color: black;
	font-size: medium;
	font-weight:bold;
	text-decoration: none;
}

.context a:hover {
	color: red;
}

.bn2{

	width: 200px;
	height: 500px;
	float: right;
	margin: 5px;
	margin-top: 0px;


	


}


.tm{

	text-align: center;
	
	width: 1010px;
	height: 50px;
	margin: 5px;


}



.menu-behavior-light img:hover{
	box-shadow: 1px 1px 15px 5px black;
	background: white;
	cursor: hand;
	border-radius: 10px;
	border-color: white;	
}





