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

#container {
	background-image:url(../images/indexbg.gif);
	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: 620px;
	margin-top: 10px;
}

#plusOne {
	padding-top: 10px;
	margin: 0px 0 -40px 540px;
}

#textbox {
	width: 240px;
	height: 300px;
	overflow: auto;
	margin-left: 425px;
	margin-top: 40px;
	background-color: transparent;
}

#rocks {
	width: 333px;
	height: 160px;
	margin-top: -90px;
	margin-left: 50px;
}

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;
}

h1 a:link {
	color: #300;
}

h1 a:visited {
	color: #036;
}

h1 a:hover {
	color: #300;
}


