html {
	height: 100%;
	width: 100%;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #000;
	text-align: left;
	margin: 0px;
}
#overall{
	position:absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 998px;
	height: 597px;
	margin-top: -298px;  /*moitié de la hauteur */
	margin-left: -499px; /* moitié de la largeur */
}