*{
	margin: 0px;
	padding: 0px;
}

html, body{
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #1a171b;
	overflow: hidden;
}

img{
	border: none;
}

div#no-player{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 200px;
	margin-top: -100px;
	margin-left: -200px;
	text-align: center;
}

a{
	color: #666666;
	text-decoration: none;
}

a:hover, a:active{
	color: #000000;
}
