/* ------ general
-----------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

html, body, #bg, #bg table, #bg td {
	height:100%;
	width:100%;
	overflow:hidden;
	position: relative;
}
#bg div {
	height:200%;
	left:-50%;
	position:absolute;
	top:-50%;
	width:200%;
}
#bg td {
	text-align:center;
	vertical-align:middle;
}
#bg img {
	margin:0 auto;
	min-height:40%;
	min-width:40%;
}
body {
	background:#bacdff;
	font-family:Arial, Helvetica, sans-serif;
}

/* ------ mobilyblocks
-----------------------------------------------*/

.nature {
	display:block;
	width:160px;
	height:160px;
	background:url(../img/logo_it_.png) no-repeat;
	cursor:pointer;
	position:relative;
}
.nature:hover {
	background-position:0 -160px;
}


.nature {
	
}

ul.reset,
ul.reset li {
	display:block;
	list-style:none;
	padding:0;
	margin:0;
}

ul.reset li {
	position:absolute;
}

ul.reset li a {
	outline:none;
	text-decoration: none;
}

#content_start {
	width:160px;
	height:160px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-80px 0 0 -80px;
}


a {
	color: #000;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #1774c9;
	text-decoration: underline;
}

a img {
	outline: none;
	border:none;
}


#content_wrapper {
	width: 500px; /* Ширина слоя */
	margin: 0 auto 50px; /* Выравнивание по центру */
}

/* Footer
-----------------------------------------------------------------------------*/
#footer_start {
	position: fixed; /* ‘иксированное положение */
	left: 0; bottom: 0; /* Ћевый нижний угол */
	color: #fff; /* &#247;вет текста */
	width: 100%; /* Ўирина сло€ */
	background: url(../img/footer.png) left bottom repeat-x /* &#247;вет фона */
}
.footer_inner_start img {
	width:50px;
	height:50px;
	float:left;
	margin:0 5px 0 0;}
.footer_inner_start {
	height: 250px;
	width: 960px;
	margin: 0 auto; }
.left, .right {
	font-family: 'PT Serif Caption', arial, serif;
	color: black;
	font-weight: bold;
	line-height: 1.5;
	font-size: 10px;
	position: relative;
	top:90px;
	/* padding: 120px 15px 15px 15px; */ }
 
p.no-wrap-text {
	overflow: hidden;
	text-shadow: 0px 1px 0px #ffffff; }
 
.left {
	float: left;
	width: 50% }
 
.right { float: right; }


/* Background */

#gradient {
	margin:0 auto;
	padding:0;
	background:url(../img/nebo.jpg);
	position:relative;
	width:100%;
	height:800px;
}

#overlay {
	/*background:url(../img/overlay_.png);*/
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
  