/* default styles */
body#body-landing {margin: 0; padding: 0; background-color: #ccc; }

/* ASSUMING A FIXED WIDTH & VARIABLE HEIGHT */
#body-landing #container-outer { 
	position: relative;
	clear:both;
	width: 950px;
	height: auto;
	margin: 0px auto;
	border: 1px solid #999;
	background-color:#fff; 
}

/*-- CONTENT AREA --*/
#body-landing #container-content {
	position: relative;
	width: 100%;
	height:750px;
	z-index: 49;
	padding: 0 ;
	background-color:#fff; 
}

#body-landing #header-bg {
	width: 950px;
	height: 335px;
	background: transparent url(header_interim.png) top left no-repeat;
	}
	
#body-landing #header-bg h1 { text-indent:-90000px; color: #999; margin: 0; padding: 0;}	

#body-landing #locationLabs, #body-landing #familyTabs {
	position:absolute;
	width: 388px;
	height: 237px; 
	top: 391px;
	}
#body-landing #locationLabs {	left: 62px;
	background: #fff url(button_locationLabs.png) top left no-repeat;
	
	}
#body-landing #familyTabs {	left: 514px;
	background: #fff url(button_familyTabs.png) top left no-repeat;
	}