BODY {
	background: transparent url(images/sand.jpg) repeat;
}

A {
	text-decoration: none;
	color: #000;
}

A:hover {
	text-decoration: underline;
	color: #000;
}

.menu {
	background: #FFF;
	padding: 0 10px 10px 10px;
	font : normal normal 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.titolo {
	font : bold normal 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.content {
	background: #FFF;
	padding: 30px 10px;
	font : normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.sinistra {
	background: transparent url(images/as.png) right no-repeat;
	width: 10px;
	height: 10px;
}

.destra {
	background: transparent url(images/ad.png) left no-repeat;
	width: 10px;
	height: 10px;
}

.centro {
	background: #FFF;
	width: 760px;
	height: 10px;
}

.bsinistra {
	background: transparent url(images/bs.png) right no-repeat;
	width: 10px;
	height: 10px;
}

.bdestra {
	background: transparent url(images/bd.png) left no-repeat;
	width: 10px;
	height: 10px;
}

.banner {
	background: #FFF url(images/banner.png) center no-repeat;
	height: 360px;
	vertical-align: bottom;
}

.mainbg {
	background: #FFF;
}

.s-bs {
	background: transparent url(images/s-bs.png) bottom left no-repeat;
	z-index: 10;
}