@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}

body {
	background:url(../images/background.gif) center;
	font-family: Helvetica, Arial,  sans-serif;
}	

#header {
	background: url(../images/shabazzstars.gif) center top no-repeat;
	width: 385px;
	height: 273px;
	margin: 35px auto -60px auto;
}


#content {
	width: 313px;
	height: 335px;
	background:url(../images/palaces.gif) top left no-repeat;
	margin: 0 auto;
	position: relative;
}
#content div#palace_glow, #content div#palace_over{ 
	width: 313px;
	height: 335px;
	position: absolute;
	z-index:1;
}

#content div#palace_glow{ 
	background:url(../images/palace_glowon.gif) top left no-repeat;
}

#content div#palace_over{ 
	background:url(../images/palaces.gif) top left no-repeat;
	display: none;
	z-index:2;
}

#content #mainNav li a {
	position: absolute;
	z-index:999;
	text-indent: -1000px;
	display: block;
}

#content #mainNav li a#bazaar{	
	
	width: 40px;
	height: 40px;
	left: 140px;
	top: 100px;

}
#content #mainNav li a#findus{
	width: 40px;
	height: 72px;
	left: 227px;
	top: 164px;
}

#content #mainNav li a#thetemples{
	width: 44px;
	height: 79px;
	left: 137px;
	top: 158px;
}

#content #mainNav li a#getdowns{
	width: 40px;
	height: 72px;
	left: 48px;
	top: 164px;
}
#footer p {
	text-align: center;
	color:#003399;
	font-size: 14px;
}