@charset "utf-8";
/* IMMAGICA */

body{
	margin:0px;
	padding:0px;
	background-color:#1c1c1c;
}
	
#contenitore{
	width:1007px;
	height:602px;
	left:50%;
	top:50%;
	margin-left:-503px;
	margin-top:-301px;
	position:absolute;
}


