/* Ideareattiva.com
/* Design copyright 2004-2009, Ideareattiva.com */
/* Added: 8 may '09 */


html, body  {
	text-align: left; /* ------ centra in IE ----------*/
	margin: auto;
	background-attachment: fixed;
	background-color: #fff;
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:10px;
	color:#000;
	overflow:hidden;
	}

#container {
	text-align: center;
	width: 100%!important;
	width /**/:100%;
	color: #FFFFFF;
	height: 100%;
	margin-top: 10%;
	}
	
    #logo {
	text-align: center;
	color: #000;
	}
	
	#testo {
	text-align: right;
	width: auto;
	color: #000;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	height: auto;
	padding-right: 8px;
	padding-top: 5px;
	}
	

	a {
		color:#000;
		text-decoration: none;
		border: 0px;
		}
		
	a img {
		border: 0px;
		}

    #shiny {
	text-align: right;
	width: auto;
	position:absolute;
	bottom: 0px;
	right: 0px;
	}


