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

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

#player {
	width: 220px;
	height: 200px;
	margin-left: 650px;
	margin-top: -650px;
}

#plusOne {
	margin: 0 0 -30px -80px;
}

#blobs {
	margin-left: 320px;
	padding-top: 10px;
}

#textbox {
	width: 243px;
	height: 450px;
	overflow: auto;
	margin-left: 26px;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: -35px;
}

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


