@charset "utf-8";
/* CSS Document */
* {
		margin:0;
		padding:0;
		}
html, body {
		height:100%;
		}
body {
		background-color: #000000;
		color:#222;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
		}
#distance { 
		width:1px;
		height:50%;
		background-color:#000;
		margin-bottom:-310px; /* half of container's height */
		float:left;
		}
#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:610px;
		width:1000px;
		clear:left;
		background-color: #000;
	/*	border:0px solid #ddd;   */
		}
a:link {
	text-decoration:none;
	color: #222222;
}
a:visited {
	text-decoration:none;
	color: #000000;
}
a:active {
 color:#F3FAF6;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
#parolechiave{
	width:100%;
	height: 1px;
	color:#000000;
	background-color: #460039;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:1px;
}
