/* CSS Document */


a {
color:#FFFFFF;
text-decoration:none;
}
a:visited {
color:#FFFFFF;
text-decoration:none;
}
a:hover {
color:#FF3333;
text-decoration:none;
}

/*----------------------------------------------------------------------------------------*/

body{
font-family: "Trebuchet MS";
font-size:11px;
background-color:#000000;
color:#FFFFFF;
}

#precontainer {
position:absolute;
top: 50%;
left: 50%;
width:800px; 
height:500px;
padding:0;
margin-left:-400px;
margin-top: -250px;
}


div#container{
height:500px;
width:800px;
margin:0px auto;
position:relative;
padding:0px;
}

div#header{
background:url(../img/header.jpg) no-repeat;
height:115px;
width:800px;
margin:0px auto;
position:relative;
padding:0px;
}
div#menu{
font-family: "Trebuchet MS";
font-size:16px;
position:absolute;
height:16px;
width:450px;
text-align:center;
margin-top:96px;
margin-left:315px;
font-weight:bold;
}

div#featured{
position:absolute;
height:58px;
width:400px;
text-align:center;
margin-top:20px;
margin-left:400px;
font-weight:bold;
}

div#corpochi{
position:absolute;
width:800px;
height:385px;
background-image:url(../img/corpoapicello.jpg);
background-repeat:no-repeat;
}

div#contenuti{
position:absolute;
width:245px;
height:350px;
font-size:15px;
margin-top: 26px;
margin-left: 22px;
text-align:justify;
font-family: "Trebuchet MS";
font-size:12px;
line-height:17px;
}

div#images{
position:absolute;
width:500px;
height:200px;
font-size:16px;
margin-top: 26px;
margin-left: 290px;
}

div#news{
position:absolute;
width:500px;
height:130px;
font-size:16px;
margin-top: 246px;
margin-left: 290px;
background-image:url(../img/newsarea.jpg);
background-repeat:no-repeat;
}

div#mappp{
position:absolute;
width:500px;
height:350px;
margin-top: 26px;
margin-left: 290px;
}

.small{
	font-size:10px;
	color:#F90;
	}
.big{
	font-size:13px;
	color:#F90;
	}

