@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-color:#003748;
	background-image:url(../data/flash/rozcestnik.jpg);
	text-align:center;
}

#distance { 
	width:1px;
	height:50%;
	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:700px;
	clear:left;
}
