@charset "UTF-8";
body {
	background-color: #000;
	font-size: small;
}

#container {
	background-image:url(../images/showsbg.jpg);
	height: 680px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: center center;
}

#player {
	width: 262px;
	height: 200px;
	margin-left: 600px;
	padding-top: 80px;
}

#textbox {
	width: 350px;
	height: 435px;
	overflow: auto;
	margin-top: -63px;
	margin-left: 66px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
}

#rocks {
	margin-left: 500px;
	margin-top: -170px;
}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

p {
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .8em;
	background-color: #000;
}

#footer a:link {
	color: #CCC;
}

#footer a:visited {
	color: #C93;
}

#footer a:hover {
	color: #666;
}

a:link {
	color: #300;
}

a:visited {
	color: #036;
}

a:hover {
	color: #CF6;
}

