body{
	background: url(../images/splash_bg.png) center center no-repeat;
}

body, #container {
	min-height: 550px;
}

#nav {
	background: none;
	height: 250px;
	width: 800px;
	position: absolute;
	left: 32px;
	top: 142px;
}

#nav a {
	position: absolute;
	top: 0;
	text-decoration: none;
}

#nav a#store 	{ left: 0px;  }
#nav a#clothes 	{ left: 192px; }
#nav a#photos 	{ left: 418px; }
#nav a#contact 	{ left: 611px; }

#nav a:hover{ background: none; }
#nav a:hover#store, #nav a.active#store 	{ background: none; }
#nav a:hover#clothes, #nav a.active#clothes { background: none; }
#nav a:hover#photos, #nav a.active#photos 	{ background: none; }
#nav a:hover#contact, #nav a.active#contact { background: none; }


#nav a em { 
	display: none; 
	position: absolute;
}
#nav a:hover em { display: block; }

#nav a#store em	{ 
	top: 178px;
	left: 35px;
}

#nav a#clothes em { 
	top: 135px;
	left: 80px; 
}

#nav a#photos em { 
	top: 14px;
	left: 17px; 
}

#nav a#contact em { 
	top: 79px;
	left: 6px; 
}

#location{
	position: absolute;
	bottom: 145px;
	left: 520px;
	width: 330px;
	height: 25px;
}


#squashblossom_tag {
	position: absolute;
	top: 36px;
	left: 180px;	
	z-index: 100;
}