@charset "utf-8";
/* CSS Document */

 body { 
  margin: 0; padding: 0;
  color:#fff;
  height:100%;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
 }
 html { 
  background:linear-gradient(0deg,rgba(0,0,0,0.8),rgba(0,0,0,0.8)),url(../images/ds15_lara38920_fin.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
 }
.content {
 position:relative;
 margin: auto auto;
 max-width:960px;
 background:transparent;
 border:none;
 font-family:arial;
 font-size:14px;
 padding:30px;
}
a{
	color:#fff;
	text-decoration:none;
}
#distance { 
	width:1px;
	height:80%;
	margin-bottom:-9em; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative;
	text-align:center;
	height:18em;
	width:100%;
	clear:left;
	border:none;
}
.footer_navigation{
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
}