* {padding: 0 0 0 0;  margin: 0;  border: 0;}
html {
	background: #049ae5;
	background-image: url('../../pict/wp.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-text-size-adjust: none;
	-webkit-background-size: cover;
	/*-moz-background-size: cover;*/
	background-size: cover;
	min-height: 100%;
	color: white; /*цвет текста*/
	-webkit-tap-highlight-color:rgba(255,240,0,1.4);
}
h1 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 16pt;
	color: black;
	font-weight: bold;		
}
h1, p {
	font-size: 100%;
	font-weight: normal;
	color: white;	
}
h2 {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14pt;
	color: yellow;
	font-weight: bold;
	font-style: italic;
}
/*End of Elements*/
/*Class*/
.title {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
	background-image: url(/images/k2.png);
}
.pagetitle {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14pt;
	color: black;
	font-weight: bold;
}
.sectitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
	font-weight: bold;
}
.contacts {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: yellow;
	font-weight: normal;
	font-style: italic;
	background-image: url(/images/k2.png);
}
.box_content {
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 10pt;
	color: darkblue;
	font-weight: bold;
	font-style: italic;
}
.white { 
	color: white; /* Белый цвет символов */ 
	font-size: 90%; /* Размер шрифта в процентах */ 
	font-family: serif; /* Шрифт с засечками */ 
	position: relative; /* Относительное позиционирование */ 
	top: 5px; /* Сдвиг сверху */ 
}
.first { 
	color: red; /* Красный цвет символов */ 
	font-size: 200%; /* Размер шрифта в процентах */ 
	font-family: serif; /* Шрифт с засечками */ 
	position: relative; /* Относительное позиционирование */ 
	top: 5px; /* Сдвиг сверху */ 
}
/*End of Class*/
/*Interpretor (id) with class (.)*/
#w {
	width: 100%;
	height: 50%;
}
#c {
	width: 35%;
	margin-left: 45%;
	position: relative;
}
#c .l {
	width: 400px;
	position: absolute;
	margin-left: -430px;
	margin-top: 60px;
}
#c .l img {
	float: right;
	background-image: url('../../pict/fav.gif');
	/*background-image: url('../../pict/mstile-310x310.png');*/
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-text-size-adjust: none;
	-webkit-background-size: cover;
	background-size: 400px 400px;
	padding-top: 30px;
}
#c .i {
	padding-top: 60px;
	padding-right: 64px;
}
#c ul {
	margin: 2em 0;
}
#c li {
	list-style: square;
	margin-bottom: 0.5em;
	margin-left: 1em;
	color:#242424;
	font:13px Tahoma;
}
#c span {
	display: block;
}
#my_video {
	width: 480px;
	height: 270px;
}
A:link {text-decoration: none; Color: white;}
A:visited {text-decoration: none; Color: #FFF000;}
A:hover {text-decoration: none; font-weight: bold; Color: white; Font-Size : 100%;} /* #c0c0c0 серый */
A:active {text-decoration: none; Color: #FFFFFF; font-weight: bold;}