/* STYLES SPECIFIC TO HOMEPAGE (SPLASH) */

#book {
	position: absolute;
	top: 13px;
	left: 295px;
	z-index: 100;
}

/* OVERWRITE BUY IN CORE */
#homeElements {
	position: relative;
	left: -100px;
}

#homeContainer {
	position: relative;
	left: -7px;
	padding: 0;
	min-height: 530px;
	z-index: 200;
}
#nav {
	position: relative;
	top: 50px;
	left: 45px;
	z-index: 30;
}
#buyHome {
	position: absolute;
	width: 200px;
	top: 350px;
	left: 780px;
	z-index: 150;
}
#buyHome p {
	padding: 0;
	margin: 0 0 0 50px;
}
#buyHome p, #buyHome p a, #buyHome p a:hover {
	font-size: 13px;
	line-height: 16px;
}
#buyHome p a.blue {
	color: #05ACCC;
}
#buyHome p a.blue:hover {
	text-decoration: underline;
}
#buyHome b {
	font-style: italic;
}
#buyCover {
	position: absolute;
	top: -60px;
	left: -120px;
	z-index: 50;
}


#spoon {
	z-index: 50;
}
#homeFooter {
	position: relative;
	z-index: 50;
	left: -7px;
}