@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0}

body { background-color: #000000; text-align:center}

html, body {height:100%}

#distance { 
		width:1px;
		height:50%;
		margin-bottom:-312px; /* half of container's height */
		float:left;
		}

#spinvox {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:625px;
		width:790px;
		clear:left;
}

