* {padding: 0; margin: 0}
html { height: 100%; overflow: auto; }
body { height: 100%; background-image: url(../../../img/background.jpg);}

div.main {
	width: 870px;
	min-height: 100%;
	margin: 0 auto;
	position: relative;
/*	background: #ccc;*/
}
div.logo {
	position:absolute;
	width: 284px;
	height: 182px;
	top:20px;
	float:left;
/*	background:#C60;*/
	margin-left: 293px;
}
div.cont {
	position:absolute;
	width:680px;
	height:400px;
	top:30%;
	left:95px;
	float:left;
/*	background:#FFC;*/
}
div.img1 {
	width:201px;
	height:240px;
	float:left;
	margin-left:30px;
	margin-top:30px;
/*	background:#093;*/
}
div.img2 {
	width:201px;
	height:240px;
	float:left;
	margin-top:110px;
/*	background:#093;*/
}
div.img3 {
	width:201px;
	height:240px;
	float:left;
	margin-top:30px;
/*	background:#093;*/
}
div.img4 {
	width:201px;
	height:240px;
	float:left;
	margin-top:80px;
/*	background:#093;*/
}
div.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 266px;
	height: 20px;
/*	background-color: #0cf;*/
	margin-left: 302px;
}
div.empty_logo {
	height:202px;
/*	background:#096;*/
}
div.empty_cont {
	height:400px;
/*	background:#099;*/
}
div.empty_button_home {
	height: 40px;
/*	background:#333;*/
	}
div.button_home {
	position: absolute;
	top: 88.5%;
	width: 120px;
	height: 40px;
	padding-top: 6px;
/*	background: #9F6;*/
	margin-left: 375px;
}
div.empty_footer {
	height: 20px;
/*	background:#966;*/
	}
a img {
    border: none; /* убирается рамка вокруг ссылок-изображений */