*{
	margin:0;
	padding:0;
}
body{
	margin:0;
	padding:0;
	
	text-align:center;
	background-color:#eeeeee
}
#anim{
	position: absolute;
	width: 950px;        /* selon la largeur voulue */
	margin-left: -475px; /* moitie de width */
	left: 50%;           /* constant, toujours 50% */
	margin-top:50px;
}