body {
	background:url("../img/home_bg.png")
}

.mainarea {
	xbackground:url("../img/nuvole.png");
	font-size:24px;
	height:323px;
}

.mainarea .mainimg {
	height:320px;
	width:350px;
	margin:26px 0px 0px 0px;
	position:absolute;
	right:0px;
	background-color:#aaa;
	background:transparent url(../img/monitor.png) no-repeat scroll 0 0;	
}

.community {
	height:140px;
	overflow:hidden;
}

.community p,
.community a
 {
	background:none;
	height:80px;
	margin-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#3d3d3d;
	margin-top:50px;
}

#nuvole {
	background:transparent url(../img/cielo.jpg) repeat-x scroll 0 0;
	height:323px;
	left:0;
	position:absolute;
	top:122px;
	width:100%;
}


/* Promo
---------------------------------------- */

.features {
	background-color:#FFF;	
	padding-top:50px;
	padding-bottom:50px;
	height:161px;
}


.feature p.title {
	font-size:14px;
	font-weight:bold;
	color:#7c7c7c;
	background:transparent url(../img/promo_arrow.png) no-repeat scroll 188px 4px;
	height:34px;
	padding-right:40px;
	text-align:left;
}

.feature p {
	font-size:12px;
	margin-top:10px;
	color:#9a9a9a;
	padding:0px;
	text-align:justify;
}

/* testi
---------------------------------------- */

#maintext {
	margin-top:80px;
}

.bigtitle {
	font-size:24px;
	color:white;
	text-shadow:0 2px 2px #333;
	text-align: left;
}

.bigdescription {
	font-size:12px;
	color:#4c4b4b;
	text-align:justify;
}


