* {
	margin: 0 auto;
	padding: 0;
}

body {
	vertical-align:top;
	margin: 0;
	background: #4d1342 url("images/galaxy_index_bg.gif") center top repeat-y; /*#ddf2ef*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a:link, a:active, a:visited{
color:#872272;
text-decoration:underline;
}
a:hover{
color:#ffc324;
}

div#wrapper {
	width: 100%;
}

div#content_wrapper {
	left: 50%;
	margin-left: -475px;
	position: relative;
	width: 950px;
}

a:link, a:active, a:visited{
color:#862175;
text-decoration:underline;
}
a:hover{
color:#dc0101;
}

p.flashDownload {
	color:#fff;
	font-size: 10px;
	text-align:center;
	margin: 0;
	padding: 100px 0 0 0;
}

p.flashDownload  a{
	text-decoration:underline;
	color:#ffc423;
}

p.flashDownload  a:hover{
	text-decoration:none;
	color:#ee3024;
}

div#index {
	position:relative;
	width: 950px;
	height:600px;
}
img#topnav_divider2, img#topnav_divider3, img#topnav_divider4, img#topnav_divider5{
position:absolute;
top:50px;
}
img#topnav_divider2{
	left:321px;
}
img#topnav_divider3{
	left:423px;
}
img#topnav_divider4{
	left:574px;
}
img#topnav_divider5{
	left:660px;
}

#history a, #food a, #news a, #contact a, #calendar a, #history a:hover, #food a:hover, #news a:hover, #contact a:hover, #calendar a:hover {
	display: block;
	text-indent: -9999px;
	height: 22px;
	text-decoration: none;
	position: absolute;
	top: 50px;
	margin: 0;
	padding: 0;
}
#history a {
	width: 84px;
	left: 235px;
	background:url(images/story_bg.gif) 0 -1px no-repeat;
}
#history a:hover {
	background:url(images/story_bg.gif) 0 -24px no-repeat;
}
#food a {
	width: 84px;
	left: 334px;
	background:url(images/food_bg.gif) 0 0 no-repeat;
}
#food a:hover {
	background:url(images/food_bg.gif) 0 -28px no-repeat;
}
#news a {
	width: 132px;
	left: 436px;
	background:url(images/press_bg.gif) 0 0 no-repeat;
}
#news a:hover {
	background:url(images/press_bg.gif) 0 -24px no-repeat;
}
#contact a {
	width: 63px;
	left: 589px;
	background:url(images/contact_bg.gif) 0 1px no-repeat;
}
#contact a:hover {
	background:url(images/contact_bg.gif) 0 -25px no-repeat;
}
#calendar a {
	width: 156px;
	left: 674px;
	background:url(images/calendar_bg.gif) 0 0 no-repeat;
}
#calendar a:hover {
	background:url(images/calendar_bg.gif) 0 -23px no-repeat;
}
