@charset "UTF-8";
/* CSS Document */

body {
	background:url(images/bodybkg.jpg) repeat-x;
	}

#contenitoreFlash {
	width:990px;
	height:550px;
	position:absolute;
	left:50%;
	margin-left:-495px;
	margin-top:25px;
	}
	
.biancoSotto {
	position:fixed;
	bottom:0;
	left:0;
	/*right:0;
	position:relative;
	 position:absolute; */
	width:100%;
	height:30px;
	top:96%;
	margin:0;
	padding:0;
	background-color:#666666;
	text-align:center;
	z-index:5;
	}
	
/*.biancoSotto span {padding-right:10px;}*/
	
.testoFooter {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	}
.testoFooter a {
	text-decoration:none;
	color:#FFFF66;
	}

.testoFooterRosso {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#B80E1D;
	}
	
	
