@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
#loading {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom:auto;
	right:auto;
	z-index:100;
	width:100%;
	min-height:100%;
	text-align:center;
	color:#333333;
	/* stop stupid conflicts */
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	line-height:0;
	/* general conflict stopper */
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	float:none;
	clear:none;
	display:block;
	background-color: #000;
	background-image: url(../grafica/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
