@charset "UTF-8";
/* CSS Document */
* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

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

	#distance { 
		width:1px;
		height:10%;
		
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:600px;
		width:800px;
		clear:left;
		}
