html, body {height: 100%;}

body {
	background: url(images/main_bg_tile.gif);
	background-color: #597564;
	margin: 0;
	padding: 0;
}



/* HOME PAGE DIVS */

#main {
	width: 850px;
	margin: 0 auto;
	position: relative;
	height: 100%;
}

/*#page {
	background: url(images/home_bg.jpg) #95b69d no-repeat;
	position: absolute;
	width: 850px;
	z-index: 10;
}*/

#page {
	width: 850px;
	height: 100%;
	background: #95b69d;
	z-index: -1;
	background: url(images/home_bg2.jpg) #95b69d no-repeat;
	/*margin: 0 auto;*/
}

#logo {
	width: 330px;
	height: 145px;
	position: absolute;
	top: 150px;
	left: 38px;
	z-index: 100;
}

#pinup {
	position: absolute;
	/*background: url(images/home_girl_main.jpg) no-repeat;*/
	left: 310px;
	top: 0px;
	width: 368px;
	height: 429px;
}

#blurb {
	width: 144px;
	height: 259px;
	position: absolute;
	top: 28px;
	left: 669px;
	z-index: 100;
}

#nav {
	width: 118px;
	height: 150px;
	position: absolute;
	top: 338px;
	left: 42px;
	z-index: 100;
}

#nav_divider {
	width: 1px;
	height: 161px;
	position: absolute;
	top: 342px;
	left: 158px;
	z-index: 100;
}

#nav_img {
	width: 93px;
	height: 150px;
	position: absolute;
	top: 340px;
	left: 160px;
	z-index: 100;
}

#address {
	width: 145px;
	height: 170px;
	position: absolute;
	top: 338px;
	left: 670px;
	padding: 29px 0px 0px 0px;
	background: url(images/address_box.gif) no-repeat;
	text-align: center;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	z-index: 100;
}

.address_divider {
	margin: 9px 0px 9px 0px;
}

#reveal {
	width: 161px;
	height: 75px;
	position: absolute;
	top: 356px;
	left: 445px;
	z-index: 100;
}

#reveal_text {
	width: 363px;
	height: 44px;
	position: absolute;
	top: 436px;
	left: 274px;
	z-index: 100;
}

.copyright {
	font: 9px/12px Arial, Helvetica, sans-serif;
	color: #516d5c;
	text-decoration: none;
	margin-left: 6px;
}
	
