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

* {
		margin:0;
		padding:0;
}
html, body {
		height:100%;
}
body {
		background-color:#A25834;
		color:#A25834;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win */
}
 
#distance { 
		width:1px;
		height:50%;
		background-color:#A25834;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:45em;
		clear:left;
		background-color:#A25834;
}
#container div {
		font-size:80%;
		float:right;
		width:17em;
		margin-left:2em;
}
#pict_up {
	margin-left:10px;
}
#pict_down 	{
	margin-left: 10px;
	margin-top:10px;
}
