body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #464646;
	line-height: 18px;
	background: #000;
}
img {
	behavior: url(iepngfix.htc);
	border: 0;
	}
/* Layout */
div {
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}
div.site {
	width: 880px;
	height: 660px;
	top: 50%;
	left: 50%;
	position: absolute;
	margin: -330px 0 0 -440px;
}
div.leftside {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
}
div.house {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_house.jpg) no-repeat 0 0;
}
div.services {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_services.jpg) no-repeat 0 0;
}
div.gallery {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_gallery.jpg) no-repeat 0 0;
}
div.reservation {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_reservations.jpg) no-repeat 0 0;
}
div.area {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_area.jpg) no-repeat 0 0;
}
div.area_scroll {
	overflow: auto;
	width: 610px;
	height: 420px;
	margin: 0 0 0 40px;
}
div.contacts {
	float: left;
	display: inline;
	width: 680px;
	height: 630px;
	background: url(../i/bg_contacts.jpg) no-repeat 0 0;
}
div.rightside {
	float: left;
	display: inline;
	width: 200px;
	height: 630px;
	background: url(../i/bg_nav.jpg) repeat-x 0 0;
}
div.footers {
	float: left;
	display: inline;
	width: 860px;
	height: 30px;
	background: url(../i/bg_footer.jpg) repeat-y 0 0;
	font-size: 12px;
	color: #fff;
	font-family: Tahoma;
	line-height: 30px;
	padding: 0 10px;
}
div.content {
	width: 600px;
	height: 600px;
	background: #fff;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
}