* {
	font-family: Arial;
}

p {
	font-size: 13px;
}

body {
	margin: 0px;
	background: #000;
	color: #fff;
}

a {
	color: #0f0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#player {
	float: left;
	width: 50%;
	margin: 3em 0em;
	text-align: center;
}
