@charset "utf-8";

html	{
	margin: 0;
	padding: 0;
}

body { 
	text-align: center; 			/* hack le bug de centrage IE */ 
	background-color: #020202;
}

#splash {
	width: 870px;
	height: 435px;
	margin: 0 auto;
	background: url(ban.png);
	background-repeat: no-repeat;
	text-align: left;
}

