/* CSS Document */

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
}

body {
	background-color:#000000;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#distance { 
	width:1px;
	height:50%;
	margin-bottom:-130px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:300px;
	width:791px;
	clear:left;
	background-color: #000000;
	}



	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-130px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:260px;
		width:791px;
		clear:left;
		}



#container #logo {
	width:272px;
	margin-left: 259px;
	margin-right: 260px;
}
#container #picts{
	width:791px;
}
#container #copyright {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 11px;
	width:791px;
	padding-top: 20px;
}

