*{
	margin: 0px;
	padding: 0px;
}
html, body{
	height: 100%;
}
body{
	background-color: black;
}
#distance{
	width:1px;
	height:50%;	
	background-color: transparent;
	margin-bottom:-267px; /* half of container's height */
	float:left;
}
#container{
	width: auto;
	height: 535px;
	z-index: 0;
	overflow: hidden;
	
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	clear:left;
	
	border: 0px solid gray;
}
img {
	border: 0px;
}
