html, body {
	width:100%;
	height: 100%;
	overflow:hidden;
}

body {
	font-family: Arial, Helvetica-Narrow, sans-serif;
	font-style: normal;
	font-size: 13px;
	color:#333333;
	margin:0px;
}

#anim {
	position:relative;
	width:750px;
	height:450px;
	left: 50%; 
	top: 50%;
	margin-left: -375px; /* moitié de la largeur */
	margin-top: -225px; /* moitié de la hauteur */
}

#background {
	position:absolute;
	z-index:0;
	top:0px;
	width:100%;
	height:100%;
}

	/* Signature */
#signature {
	position:relative;
	top:58%;
	color:#a69c9c;
	width:auto;
	text-align:center;
	font-size: 11px;
}
#signature a, #signature a:active, #signature a:visited {
	color:#a69c9c;
	text-decoration: none;
}
#signature a:hover {
	color:#877c7c;
}
