body{
	background:url("img/background.jpg") repeat;
	margin:0;
	padding:0;
	min-width:1150px;
    _width:expression(document.body.clientWidth > 1150 ? "100%" : "1150px");	height:100%;
	width:100%;
	font-size:9px;
}
.container{
	width: 100%;
	height:100%;
	margin:0;
	padding:0;
}
.header{
	margin:0;
}
.logo{
	width:340px;
	height:116px;
}
.top_nav{
	position:absolute;
	right:3%;
	top:20px;
}

/* ЦЕНТР */

.center{
	margin:40px 0 0 0;
	width:100%;
	height:812px;
}
.sofa{
	background:url("img/sofa.png") no-repeat;
	background-position:0 0;
	background-attachment:scroll;
	width:26%;
	height:812px;
	float:left;
}
.table{
	background:url("img/table.png") no-repeat;
	background-position:center top;
	width:596px;
	height:529px;
	float:left;
	min-height:529px;
	overflow:hidden;
}
.fridge{
	background:url("img/refrigerator.png") no-repeat;
	background-position:100% 0;
	width:22%;
	height:662px;
	float:right;
}
.phone{
	width:208px;
	height:153px;
	position:relative;
	z-index:2;
	left:195px;
	top:210px;
}
.price{
	width:207px;
	height:159px;
	position:relative;
	z-index:3;
	left:190px;
	top:200px;
}
.folio{
	width:177px;
	height:244;
	position:relative;
	z-index:4;
	left:50px;
	top:-190px;
}
.services{
	width:247px;
	height:202px;
	position:relative;
	z-index:5;
	left:220px;
	top:-550px;
}
.news{
	width:166px;
	height:224px;
	position:relative;
	z-index:1;
	left:390px;
	top:-575px;
}
.phone div{
	background:transparent url("img/phone_div.png") no-repeat;
	width: 85px;
	height: 41px;
	position:absolute;
	right:40px;
	top:-10px;
}
.price div{
	background:transparent url("img/price_div.png") no-repeat;
	width: 85px;
	height: 41px;
	position:absolute;
	right:50px;
	top:0px;
}
.folio div{
	background:transparent url("img/folio_div.png") no-repeat;
	width: 85px;
	height: 41px;
	position:absolute;
	right:60px;
	top:10px;
}
.services div{
	background:transparent url("img/services_div.png") no-repeat;
	width: 85px;
	height: 41px;
	position:absolute;
	right:130px;
	top:0px;
}
.news div{
	background:transparent url("img/news_div.png") no-repeat;
	width: 85px;
	height: 41px;
	position:absolute;
	right:20px;
	top:0px;
}
.footer {
	width:100%;
	height: 105px;
	background: url("img/wall.jpg") repeat-x;
	background-position:bottom;
	position:relative;
	z-index:100;
	top:0px;
	margin:0;
	padding:0;
}
.copy{
	font-family:Verdana, Geneva, sans-serif;
	color: #666;
	font-size:12px;
	position:absolute;
	z-index:70;
	left: 2%;
	top: 45px;
	width:250px;
}
.logo_mini{
	width:80px;
	height:27px;
	position:absolute;
	top:55px;
	right:4%;
	z-index:30;
}
.menu_hide{
	position:absolute;
	bottom:0px;
	z-index:1001;
	display:none;
}