html, body, h1, h2, h3, h4 {
	margin: 0px 0px 0px 0px;
	padding: 0;
}



body {
  background: #a234cc;
	text-align: left;
	text-align: top;
	font: 11px arial, sans-serif;
	background: url('images/splash_bk.jpg');
}


#container {
	margin: 0px 0px 0px 0px;
	padding: 0;
	width: 792px;
	height: 520px;
	
}






/************************ Page Nav ************************/



#page_nav {
	margin: 0px 0px 0px 0px;
	width: 792px;
	height: 520px;
	background: url('images/splash.jpg');
	background-repeat: repeat-x;
	position:relative;
	
}

.enter {
	text-decoration: none;
	list-style-type: none;
	display:inline;
	position:absolute;
	top:400px;
	left:360px;
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #333333;
}

#page_nav ul{
	list-style-type: none;
	display:inline;
	position:absolute;
	top:440px;
	left:0px;
}
#page_nav li{
	float:left;
		
}
.lastchild{
	border-right: 0px none #4d4b4a !important;
}
#page_nav ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #52177F;
	text-decoration: none;
	padding: 0px 8px 0px 7px;
	
}
#page_nav ul a:hover{
	color:#000000;
}