body{ 
	background: url(images/background2.png);
	background-repeat: repeat;
	margin: 0;
	margin-bottom: 4px;
	font-family: "trebuchet MS";
	width: 100%;
}
.site{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	margin-top: 4px;

}
	 
.content{
	position: relative;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
		  
.header{
	height: 175px;
	background: url(images/header.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #555;	
}

.Frase {
	height: 20px;
	padding-top: 4px;
	background: #777; /*#101045;*/
	border-top: 1px solid #333;
	border-bottom: 2px solid #555;
	text-align: center;
	color: #FFF;
	/*font-weight: bold;*/
	font-size: 12px;
}
.Menu {
	height: 22px;
	padding-top: 4px;
	background: #777; /*#101045;*/
	border-top: 1px solid #333;
	border-bottom: 2px solid #555;
	text-align: left;
	color: #FFF;
}
.Menu a {
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	font-size: 13px;
	color: #FFF;
	font-weight: bold;
}
.Menu a img {
	margin-top: -3px;
}		  
.corpo{
	height: 320px;
	background: #000;
	border-top: 1px solid #333;
}

.Digitale {
	float: right;
	width: 350px;
}			  
.Grafica,
.WebDesign,
.Comunicazione{
	width: 100px;/*150*/
	float: left;
	margin-top: 100px; /*posizionamento esatto per ie */
	
}	
.testo {
}

#Footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 25px;
}
.TxtFooter {
	padding-top:5px;
	text-align: center;
	font-size: 12px;
}

.SpazioImg {
	margin:	auto;
	/*margin-top: 100px; */
}
img,
.Grafica img,
.WebDesign img,
.Comunicazione img,
.Contatti img {
	/*width: 150px;
	height: 150px;*/
	border: none;
}
#SpazioComunicazione,
#SpazioWebDesign,
#SpazioGrafica,
#SpazioContatti,
#SpazioHome,
#SpazioPortfolio,
#SpazioContatti {
	width: 350px;
	float: left;
	margin-left: 25px;
	margin-top: 25px;
	height: 250px;
	color: #FFF;
	font-family: "trebuchet MS";
	font-size: 12px;
}

#SpazioComunicazione {
	/*background: #F90;*/
}
#SpazioWebDesign { 
	/*background: #f00;*/
}
#SpazioGrafica {
	/*background: #0f0;*/
}
#SpazioHome{
	/*background: #DFD;*/
}
#SpazioPortfolio{
	/*background: #A0A;*/
}
#SpazioContatti {
	/*background: #00f;*/
}
.evidenziato {
	color: #FC3;
}
a {
	text-decoration: none;
	color: #FFF;
}
