/* CSS Document */

body {
	background-color: #000000;
	background-image:url(images/sfondo.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

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

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

a:hover {
	color: #d97347;
}

.titolo {
	color: #E5A98F;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}

.vocemenu {
	background-color: #000000;
	padding-top:1px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 30px;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
}

a.vocemenu {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	font-size: 24px;
}

a.vocemenu:hover {
	color: #e5a98f;
}

#top {
	position:absolute;
	top: 28px;
	left: 50%;
	margin-left: -406px;
	width: 456px;
	height: 153px;
	background-image:url(images/top.gif);
}

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

#main {
	position:absolute;
	width: 600px;
	top: 201px;
	left: 50%;
	margin-left: -476px;
	z-index: 9;
}

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