body {
	margin: 0 auto;
	background: #000000 url(../images/background.jpg) no-repeat 50% 26px;
	height: 100%;
	font-family: sans-serif;
}


#container {
	margin: 0 auto;
	width: 914px;
	height: 1065px;
}


/* ----------------------- nav ----------------------- */

#nav {
	position: absolute;
	top: 202px;
	left: 350px;
	width: 549px;
	height: 22px;
}

#nav ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}


#nav a#news_a {
  display: block;
  width: 64px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/news.gif) no-repeat 0px 0px;
}

#nav a#news_a:hover {
  background-position: 0px -22px;
}

#nav a#bio_a {
  display: block;
  width: 45px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/bio.gif) no-repeat 0px 0px;
}

#nav a#bio_a:hover {
  background-position: 0px -22px;
}


#nav a#events_a {
  display: block;
  width: 74px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/events.gif) no-repeat 0px 0px;
}

#nav a#events_a:hover {
  background-position: 0px -22px;
}

#nav a#photos_a {
  display: block;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/photos.gif) no-repeat 0px 0px;
}

#nav a#photos_a:hover {
  background-position: 0px -22px;
}

#nav a#videos_a {
  display: block;
  width: 78px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/videos.gif) no-repeat 0px 0px;
}

#nav a#videos_a:hover {
  background-position: 0px -22px;
}

#nav a#board_a {
  display: block;
  width: 71px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/board.gif) no-repeat 0px 0px;
}

#nav a#board_a:hover {
  background-position: 0px -22px;
}


#nav a#join_a {
  display: block;
  width: 53px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/join.gif) no-repeat 0px 0px;
}

#nav a#join_a:hover {
  background-position: 0px -22px;
}


#nav a#myspace_a {
  display: block;
  width: 84px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/myspace.gif) no-repeat 0px 0px;
}

#nav a#myspace_a:hover {
  background-position: 0px -22px;
}


/* ----------------------- COLUMN ----------------------- */

#music {
	position: absolute;
	top: 100px;
	left: 455px;
	width: 450px;
	min-height: 75px;
	background: #ffffff url(../images/music_bkg.gif) no-repeat; 	
}

#content {
	position: absolute;
	top: 250px;
	left: 475px;
	width: 426px;
	padding: 0;
	margin: 0 auto;
	height: 790px;
	border: 1px solid #dcdcdc;
	background-color: #ffffff;
	overflow: auto;
	font-family: sans-serif;
}

#text {
	position: relative;
	width: 914px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#flashcontent {
	position: absolute;
	top: 20px;
	left: 100px;
	margin: 0;
	width: 245px;
	height: 50px;
}
#new {
	position: absolute;
	top: 12px;
	left: 590px;
	margin: 0;
	width: 182px;
	height: 90px;
	z-index: 1000;
	/*border: 1px solid #FF0000;*/
}
#countdown {
	position: absolute;
	top: 60px;
	left: 550px;
	margin: 0;
	width: 300px;
	height: 85px;
}
#footer {
	position: relative;
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 10px;
}

#bottom {
	position: relative;
}
/* ----------------------- END COLUMN ----------------------- */

.section {
	padding: 0px;
	display: none;
}



