@charset "utf-8";
/* CSS Document */
.wrapper{
	position:relative;
}
.home-logo-photo{
	width:529px;
	height:373px;
	background:url(../images/home-logo-photo.jpg);
	z-index:1;
}
.home-logo-photo h1{
	font-size:1.1em;
	color:#849554;
	margin-left:10px;
	margin-right:10px;
}
.home-logo-photo .kitchen-photo{
	position:absolute;
	width:151px;
	height:225px;
	background:url(../images/home-kitchen-photo.jpg);
	left: 606px;
	top: 188px;
}
.designed-for-living{
	width:269px;
	height:35px;
	background-image:url(../images/designed-for-living.gif);
	position:absolute;
	left: 5px;
	top: 65px;
	z-index:5;
}
