body {
	background: #FFF;
	font-family: Baskerville, Georgia, "Times New Roman", serif;
	text-align: center;
	text-transform: lowercase;
	padding: 0;
	margin: 0;
	
}

a { 
	color: #000; 
	text-decoration: none;
	outline: none;
}
a img { border: none; }

.hidden {
	display: none;
}


#splash {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	overflow: hidden;
}
	#splash img {
		display: block;
		cursor: pointer;
		/*width: 100%;*/
		margin: 0 auto;
	}


#wrap {
	width: 980px;
	margin: 0 auto;
	text-align: center;
}
	#intro img {
		display: block;
		margin: 70px auto 0;
		cursor: pointer;
	}
	
	
#main {
	background:url(/images/backgrounds/main.gif) no-repeat center top;
	height: 739px;
}	

#main #menu {
	display: none;
}

#menuCont {
	height: 739px;
	position: relative;
}
	#menuCont a {
		display: block;
		text-align: left;
		text-indent: -6000px;
		background-repeat: no-repeat;
		background-position: left top;
	}

#menuLies {
	position: absolute;
	width: 159px;
	height: 110px;
	left: 69px;
	top: 529px;
}
	#menuLies a {
		width: 159px;
		height: 110px;
		background-image: url(/images/nav/lies.gif);
	}
#menuDeceit {
	position: absolute;
	width: 222px;
	height: 82px;
	left: 315px;
	top: 619px;
}
	#menuDeceit a {
		width: 222px;
		height: 82px;
		background-image: url(/images/nav/deceipt.gif);
	}
#menuHalfTruth {
	position: absolute;
	width: 194px;
	height: 165px;
	left: 709px;
	top: 509px;
}
	#menuHalfTruth a {
		width: 194px;
		height: 165px;
		background-image: url(/images/nav/halftruth.gif);
	}
#menuSecrets {
	position: absolute;
	width: 114px;
	height: 147px;
	left: 588px;
	top: 601px;
}
	#menuSecrets a {
		width: 114px;
		height: 147px;
		background-image: url(/images/nav/secrets.gif);
	}
	
#menuBlackMagic {
	height:134px;
	left:830px;
	position:absolute;
	top:401px;
	width:191px;
}
	#menuBlackMagic a {
		width: 191px;
		height: 134px;
		background-image: url(/images/nav/blackmagic.gif);
	}	

#deceit {
	background:url(/images/backgrounds/contact.jpg) no-repeat center top;
	height: 819px;
}
#lies {
	background:url(/images/backgrounds/stockists.jpg) no-repeat center top;
	height: 739px;
}


#menuHome {
	position: absolute;
	width: 185px;
	height: 195px;
}
	#menuHome a {
		width: 185px;
		height: 195px;
		background-image: url(/images/nav/home.gif);
	}

#main #menuHome {
	left: 795px;
	top: 0;
}	
#deceit #menuHome {
	left: 795px;
	top: 0;
}
#lies #menuHome {
	left: -2px;
	top: 466px;
}
	
	
#menuEmail {
	position: absolute;
	width: 799px;
	height: 191px;
	left: 180px;
	top: 191px;
}
	#menuEmail a {
		width: 799px;
		height: 191px;
		background-image: url(/images/nav/address.gif);
	}
#menuWeb {
	position: absolute;
	width: 292px;
	height: 48px;
	left: 296px;
	top: 554px;
}
	#menuWeb a {
		width: 292px;
		height: 48px;
		background-image: url(/images/nav/web.gif);
	}
#menuPhoto {
	position: absolute;
	width: 560px;
	left: 208px;
	top: 601px;
}
	#menuPhoto strong {
		display: block;
		float: left;
		width: 221px;
		height: 70px;
		background: url(/images/nav/photo.gif) no-repeat;
		text-align: left;
		text-indent: -6000px;
	}
	#menuPhoto a#photoLucy {
		display: block;
		float: left;
		width: 231px;
		height: 56px;
		background: url(/images/nav/lucy.gif) no-repeat;
	}
	#menuPhoto a#photoMark {
		display: block;
		float: left;
		clear: left;
		width: 240px;
		height: 63px;
		margin-left: 60px;
		background: url(/images/nav/mark.gif) no-repeat;
	}
	#menuPhoto a#photoWilliam {
		display: block;
		float: right;
		clear: right;
		width: 240px;
		height: 71px;
		background: url(/images/nav/william.gif) no-repeat;
	}
	#menuPhoto a#photoAdeline {
		display: block;
		float: left;
		clear: left;
		width: 202px;
		height: 70px;
		margin-left: 60px;
		background: url(/images/nav/adeline.gif) no-repeat;
	}
#menuStockists {
	position: absolute;
	width: 384px;
	height: 315px;
	left: 393px;
	top: 193px;
}
	#menuStockists a {
		width: 384px;
		height: 315px;
		background-image: url(/images/nav/seven.gif);
	}

#halfTruth #menuHome {
	position: relative;
	margin: 20px auto;
	text-align: center;
}