.jewel {
	background-image: url(../images/bg_jewel.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#jewelwrapper {
	width: 674px;
	height: 611px;
	position: relative;
}


#jewelleft {
	position: absolute;
	left: 0px;
	width: 411px;
	height: 611px;
	text-align:left;
	background-image: url(../images/jewelmoths.jpg);
	background-repeat: no-repeat;

}

#jewelright {
	position: absolute;
	left: 411px;
	background-image: url(../images/jewelright.jpg);
	background-repeat: no-repeat;
	width: 263px;
	height: 611px;
	text-align:left;
	z-index:100;
}



#text {
	margin: 55px 40px 10px 5px;
}

#moths {	
}


#nav {
	position: absolute;
	left: 20px;
	top: 609px;
}

#nav img {
	margin-right: 35px;
}

#nav img.lastnav {
	margin-right: 0px;
}

