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

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

#player {
	width: 210px;
	height: 150px;
	margin-left: 680px;
	margin-top: -265px;
}

#screen {
	margin-left: 312px;
	padding-top: 25px;
	width: 350px;
	height: 240px;
	overflow: auto;
}

#rocks {
	margin-left: 520px;
	margin-top: 340px;
}

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

img {
	border: none;
}

ul {
	color:#FFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5em;
}

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

a:link {
	color: #CCC;
}


a:visited {
	color: #C93;
}


a:hover {
	color: #666;
}



