html, body {
	height:100%;
	background-color:#7e1b03;
}
img{border:0;}
body {margin:0 auto;text-align:center;font:100.01%/1.4 sans-serif;}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	width:700px;
	height:540px;
	clear:left;
}
#distance { 
	width:1px;
	height:48%;
	margin-bottom:-270px; /* half of container's height */
	float:left;
}
.Chiusura{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10px;
	color: #fbe1a2;
}