html {
	background: url(../img/background_autresor.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#Content {
	display: block;
	width: 600px;
	background-color: #333;
	padding: 20px;
	position: absolute;
	top: 50px;
	left: 100px;
	background-color: rgba(0, 0, 0, 0.70);
}
#Content h1{
	color: #FFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-style: normal;
	text-decoration: none;
	font-size: 20px;
}
#Content p{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 15px;
}
#Content li{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color: #FFF;
	font-size: 15px;
}
#Content a{
	text-decoration: underline;
	color: #FFF;
}
#Content a:hover {
	text-decoration: none;
	color: #000;
	background-color: #FFF;
}
