@charset "UTF-8";
/* CSS Document */

<!--
.distance { 
		width:1px;
		height:50%;
		background-color:#2A3F53;
		margin-bottom:-250px; /* half of container's height */
		float:left;
}

.container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:500px;
		width:790px;
		clear:left;
		background-color:#2A3F53;
		border:1px solid #2A3F53;
		border-top-color:#2A3F53;
		border-left-color:#2A3F53;
}
body {
	background-color:#2A3F53;
}
-->