/* MAIN BODY - HOME & INTERIOR */div#homepage_showcase {	position: absolute;	width: 250px;	height: 191px;	background-color: transparent;	z-index: 5000;}	#homepage_showcase img {		width: 250px;		height: 191px;			}div#main_body {	position: relative;	margin: 0px auto;	border-top: 1px solid #F5F5F5;	width: 706px;	height: 455px;	background: transparent url("../images/backgrounds/main_content_background.gif");	text-align: left;	z-index: 5;}/* body text contents */	/* container to hold body text */	div#body_text_container {		position: relative;		margin: 25px 0px 0px 0px;		padding: 0px 10px 0px 23px;		width: 280px;		height: 275px;		line-height: 18px;		overflow: hidden;		background: transparent url("/images/scrollbar/scrollbar_trough.gif");		background-repeat: no-repeat;		background-position: 291px 0px;	}					div#body_text_container img {			margin: 0px 5px 5px 0px;		}/* eye candy divs for home and interior pages */		div#eye_candy {		margin: 25px 0px 0px 0px;		padding: 0px 3px 0px 0px;		float: right;		width: 375px;		height: 435px;		background: transparent url("/images/special_items/homepage_featured_item.jpg");		background-repeat: no-repeat;	}/* seacoast watermark */		div#watermark {		position: absolute;		top: 319px;		left: 73px;		width: 160px;		height: 120px;		background: transparent url("../images/special_items/seacoast_watermark.gif");		background-repeat: no-repeat;	}			#watermark span {			display: none;		}