/*Import other sheets */
@import url('/_style/media/fontface_titillium/fontface_titillium.css');

* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#000;
	color:#ffffff;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-105px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:160px;
	width:160px;
	clear:left;
	background-color:#000;
}

#container div {
	font-size:80%;
	float:right;
	width:17em;
	margin-left:2em;
	text-align:center;
}

#player_container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:368px;
	width:480px;
	clear:left;
	background-color:#000;
}
#player_distance { 
	width:1px;
	height:50%;
	background-color:#000;
	margin-bottom:-184px; /* half of container's height */
	float:left;
}
