@charset "utf-8";
/* West Chester Rock City - Jukebox */
body {
 	background: #000;
 	height: 100%;
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

#container {
	position: relative;
	width: 650px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	z-index: 1
}

#media_player {
	width: 600px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
	z-index: 5
}

#mp3player {
	width: 100%;
	height: 400px;
}

#addthis {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 50px;
	text-align: center;
}

#wcrc_link {
	position: relative;
	margin: 50px auto;
	width: 100%;
	height: 150px;
	font-weight: bold;
	text-align: center;
}

a {
	color: #FF9900;
	text-decoration: none
}

a:hover {
	color: #FFCC00;
	text-decoration: underline
}

a:visited {
	color: #996600;
	text-decoration: none
}

a:visited:hover {
	color: #FFCC00;
	text-decoration: underline
}
