
#homepage  #wrapper{
	margin:0 auto;
	width: 821px;
	height: 625px;
	position: relative;
	top: 42px;
/*	background: url(../images/house_pic.gif) no-repeat;
*/}
#backgrounds{
	position: absolute;
}
#homepage #bigDeer{
	position:absolute;
	top: 165px;
	right: 20px;
	background:url(../images/big-deer.png) no-repeat;
	width: 329px;
	height: 267px;
	z-index: 900;
}

#homepage #smallDeer{
	background: url(../images/smallDeer.png) no-repeat;
	width: 121px;
	height: 125px;
	z-index:100;
	position: relative;
	top: -30px;
	left: 25px;
}


#navWrapper, #navbg{
	position: absolute;
	margin-top: 430px;
	margin-left: 10px;
	width:801px;
	height: 133px;
	background: url(../images/semi-trans-bg.png) no-repeat;
	z-index:1000;
}

