#master_box {
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:1;
}
#sales_box {
	position:absolute;
	left:63px;
	top:302px;
	width:156px;
	height:145px;
	z-index:1;
	background-image: url(../images/salesBg.gif);
}
#lettings_box {
	position:absolute;
	left:228px;
	top:302px;
	width:156px;
	height:145px;
	z-index:1;
	background-image: url(../images/lettingsBg.gif);
}
/* mini boxes */
	#salesMini_box {
	position:absolute;
	left:400px;
	top:367px;
	width:61px;
	height:80px;
	z-index:1;
	}
	#newhomesMini_box {
	position:absolute;
	left:470px;
	top:367px;
	width:61px;
	height:80px;
	z-index:1;
	}
	#commercialMini_box {
	position:absolute;
	left:540px;
	top:367px;
	width:61px;
	height:80px;
	z-index:1;
	}
	#rentalMini_box {
	position:absolute;
	left:610px;
	top:367px;
	width:61px;
	height:80px;
	z-index:1;
	}
	#sharingMini_box {
	position:absolute;
	left:680px;
	top:367px;
	width:61px;
	height:80px;
	z-index:1;
	}
/* end mini boxes */

#menu_box {
	position:absolute;
	left:633px;
	top:122px;
	width:170px;
	height:149px;
	z-index:1;
}