/* CSS Document */

body {
	background-color: #FFFFFF;
	background-image:url(images/sfondo.gif);
	background-position: center;
	background-repeat: repeat-y;
}

body, p {
	font-family: Trebuchet MS;
	padding: 0px;
	font-size:14px;
	color:#FFFFFF;
	margin: 0px;
	border: 0px;
}

a {
	text-decoration: none;
	color: #5e465e;
	font-weight: bold;
}

a:hover {
	color: #a35fa3;
}

.titolo {
	color: #9a886a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

h1 {
	color: #9a886a;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.titolonews {
	color: #a35fa3;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
}


#top {
	position:absolute;
	top: 0px;
	left: 50%;
	margin-left: -503px;
	width: 1006px;
	height: 445px;
	background-image:url(images/top.jpg);
}

#social {
	position: absolute;
	top: 414px;
	left: 50%;
	margin-left: -176px;
	z-index: 9;
}

#menu {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -464px;
	z-index:9;
}

#main {
	position:absolute;
	width: 950px;
	top: 460px;
	left: 50%;
	margin-left: -475px;
	z-index: 9;
}

#promoumi {
	position: absolute;
	top: 865px;
	left: 7px;
	width: 190px;
	height: 100px;	
}