* { margin: 0; padding: 0; }

html { 
	background: url(Tache-HD.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow:hidden
}

a, a:visited {
	color:white;
}

a:hover{
	color:#000;
}

#spl{
	max-width:850px;
	max-height:425px;
	position: absolute;
	left: 50%;
	top: 40%; 
	margin-left: -325px;
	margin-top: -210px;
	
}

#spl img {
	width:90%;
	border: 5px solid #B70400;
	box-shadow: 0 0 10px black;
}

#about{
	position:absolute;
	left:-20px;
	bottom:-10px;
	float:right;
	color:white;
	font: 200%/2 Georgia, Serif;
	-moz-box-shadow: 0 0 20px black;
	-webkit-box-shadow: 0 0 20px black;
	box-shadow: 0 0 20px black;
	text-align:center;
	border-radius:20px;
	padding:5px 30px;
	background:#B70400;
	opacity: 0.6;
}

h1, h2{
	font-size:20px;
	display:inline;
	line-height:10px;
}

h2:before{
	content: " - ";
}