@charset "UTF-8";
/* CSS Document */

tml, body, div, h1, h3, h4, h5, h6, p, form, blockquote, ul, ol {
	margin:0;
	padding:0;
}
#container {
	text-align: center;
	padding-top: 10px;
	position: relative;
	z-index: 1;
}
#player {
	height: 16px;
	width: 200px;
	position: absolute;
	z-index: 9999;
	left: 65%;
	top: 110px;
}

body {
	background-color: #000000;
	text-align: center;
}

