@charset "UTF-8";
@import "reset.css";
@import "default.css";

html, body, #wrapper {
	font-family:arial, verdana, helvetica, sans-serif;
	background:#171717 url(../imgs/background.gif) center center no-repeat;
	width:100%;
	height:100%;
	line-height:0;
	min-width:0;
	min-height:0;
}

#wrapper {
}

#wrapper #no_player {
	font-size:11px;
	color:#747474;
	line-height:normal;
	width:410px;
	height:116px;
	padding:12px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-220px;
	margin-top:-70px;
	border:1px solid #404040;
	background:#141415 url(../imgs/cube.gif) center right no-repeat;
}

#wrapper #no_player h1 {
	width:106px;
	height:29px;
	background:url(../imgs/logo.gif) no-repeat;
	margin:0 0 14px 0;
}

#wrapper #no_player p {
	margin:6px 0 6px 0;
	width:300px;
}

#wrapper #no_player strong {
	font-weight:bold;
	font-size:14px;
}

#wrapper #no_player a {
	color:#747474;
	text-decoration:none;
	font-weight:bold;
}

#wrapper #no_player a:hover {
	color:#000;
	background:#747474;
}
