/*due colonne*/

* {
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #666666;	
	background-color: #d3d3d3;
	display: block;	
    overflow:visible;
}

img {
	border: 0;
}

#contenuto-testo-basso {
	display: block;
	float: right;
	margin: 410px 0 20px 0;
	width: 360px;
}

#contenuto-testo-basso h2 {
	display: none;
}

#contenuto-testo-basso h3 {
	color: #c99e64;
	font-weight: normal;
}

#contenuto-testo-una_colonna {
	display: block;
	float: left;
	margin: 237px 0 20px 20px;
	width: 340px;
   
}

#powerby {
	display:inline-block;
    float: left;
	width: 20px;
	background-image: url(../images/greenbubble.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 13px;
    margin: 23px 0;
}

#powerby span {
	display: none;
}

a {
	text-decoration: none;
	color: #c99e64;
}

a:hover {
	text-decoration: none;
	color: #666666;
}
