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

#footer a {
	color:#cc9900;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:none;
}
#footer a:visited {
	color:#cc9900;
	text-decoration:none;
}

.main {
	width:900px;
	font-family:Tahoma, Geneva, sans-serif;
	background-image:url(sfondo.jpg);
}
#azienda {
	width:300px;
	height:250px;
	margin-left:120px;
	float:left;
}
#ecommerce {
	width:300px;
	height:250px;
	margin-left:80px;
	float:left;
}
.titolo {
	width:300px;
	height:30px;
	margin-top:30px;
	background-image:url(rettangolo_02.png);
	background-repeat:no-repeat;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	line-height:26px;

}
#footer {
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
	text-align:center;
	clear:left;
	padding-top:180px;
}

