@CHARSET "ISO-8859-1";
body {
	background-image: url('background.png');
	background-repeat: repeat;
	color: #eee;
}

div.content {
	background-color: black;
	padding: 8px;
	border: 4px solid #211;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	-moz-border-radius: 16px;
	color: #eee;
	margin-bottom: 16px;
}

div#logo {
	margin-top: 8px;
}

div#logo img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div#logo p {
	font-family: monospace;
	font-size: large;
	text-align: center;
}

div#player {
	float: left;
	margin-left: 1em;
	text-align: center;
	background-color: black;
	padding: 12px;
	border: 4px solid #211;
	-moz-border-radius: 16px;
}

div#hateracism {
	float: right;
	margin-right: 1em;
	opacity: 0.8;
}

div#hateracism:hover {
	opacity: 1;
}

div#hateracism img {
	border: none;
}