@charset "utf-8";
/* CSS Document */

body {
	background-color:#5D5251;
}
	
.flash {
	position:absolute;
	left:50%;
	margin-left:-640px;
	border:none;
	width:1280px;
	height:860px;	 
}
.infos {	
	/*position:relative;
	top:10px;
	font-size:xx-small;
	color:#5D5251;
	height:30px;*/
	display:none;
}

