a img {
	border:none;	/* убирает рамку вокруг картинок-ссылок */
}

* {padding: 0; margin: 0}
html { height: 100%; overflow: auto; }
body { height: 100%; background-image: url(../../../img/background.jpg); font-family:"Helvetica Neue", Helvetica, sans-serif;}

/* основной блок. растягивается на всю страницу по вертикали. */
div.main {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
/*	background: #ccc;*/
}
div.logo {
	position:absolute;
	top:20px;
	width:284px;
	height:202px;
	margin-left:258px;
/*	background:#9F0;*/
}
div.logo_empty {
	height:232px;
/*	background:#FFC;*/
}
div.cont {
	position:absolute;
	top:232px;
	width:800px;
	height:800px;
/*	border:1px solid #000;*/
/*	background:#FFF;*/
}
div.cont_empty {
	height:800px;
/*	background:#09F;*/
}
div.footer {
	position:absolute;
	width:286px;
	height:20px;
	margin-left:257px;
	text-align:center;
	bottom:0px;
/*	background:#99F;*/
}
div.footer_empty {
	height:20px;
/*	background:#CC3;*/
}
h1 {
	font-size:16px;
	font-weight:normal;
	line-height: 1.2;
	color:#555;
	text-align: justify;
} 
h2{
	font-size: 20px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	letter-spacing: -1px; /* плотность шрифта по горизонтали */
}
h3{
	font-size: 22px;
	line-height: 30px;
	color: #555;
	font-weight: normal;
	letter-spacing: -1px; /* плотность шрифта по горизонтали */
}
