#body {
	background-color: #1b1b1b;
	background-image: url(immagini/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: top;	
	}

#corpo {
	width: 800px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -400px;
	margin-top: auto;
	}

#contenitore1 {
	width: 800px;
	height: 200px;
	}	

#contenitore2 {
	background-image: url(immagini/bg_cont.jpg);
	background-repeat: repeat;
	width: 800px;
	height: 500px;
	float: left;
	}
	
#bottom {
	background-image: url(immagini/bottom_cont.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 800px;
	height: 15px;
	float: left;
	}	
	
#boxmenu {
	width: 800px;
	height: auto;
	text-align: left;
	}

/* contenitore link */	
	
#boxlink {
	width: 750px;
	height: auto;
	margin-top: 30px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 30px;
	}

#toplink {
	background-image: url(immagini/toplink.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	height: 15px;
	}
		
#corpolink {
	background-image: url(immagini/bglink.jpg);
	background-repeat: repeat-y;
	width: 750px;
	height: auto;
	}
	
#bottomlink {
	background-image: url(immagini/bottomlink.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 750px;
	height: 15px;
	}	


/* menu */

#menu {
	background-image: url(immagini/bgmenu.jpg);
	background-repeat: repeat-x;
	height: 30px;
	width: 800px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: 800;
	}

#menu ul {
	margin: 0;
	padding-left: 2px;
	padding-right: 2px;
	list-style: none;
	}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#menu a:link, #menu a:visited {
	
	float: left;
	margin: auto;
	color: #ffffff;
	padding: 4px 15px 4px 15px;
	text-decoration: none;
	}

#menu a:hover {
	color: #B5B5B5;
	}	
	
	
/* menu link */

#link {
	height: 35px;
	width: auto;
	font-family: Tahoma, Arial;
	font-size: 10pt;
	font-weight: bold;
	}

#link ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#link li {
	display: inline;
	margin: 0;
	padding: 0;
	}

#link a:link, #link a:visited {
	background-image: url(immagini/linkup.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 210px;
	height: 35px;
	float: left;
	padding-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	text-decoration: none;
	}

#link a:hover {
	background-image: url(immagini/linkhover.gif);
	background-repeat: no-repeat;
	text-align: center;
	width: 210px;
	height: 35px;
	float: left;
	padding-top: 8px;
	margin-left: 4px;
	margin-right: 4px;
	color: #FFFFFF;
	text-decoration: none;
	}	


/* coda */

#coda {
	width: 800px;
	height: auto;
	text-align: right;
	margin-top: 20px; 
	float: left;
}

#titlecoda {
	
	font-family: tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #535353;
	}

a.linkcoda:link, a.linkcoda:visited {
	font-family: tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #535353;
	}

a.linkcoda:hover{
	font-family: tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	}
	
/* credits */	
	
a.credits:link, a.credits:visited {
	font-family: tahoma, arial;
	font-size: 7pt;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	}

a.credits:hover{
	font-family: tahoma, arial;
	font-size: 7pt;
	font-weight: bold;
	color: #535353;
	text-decoration: none;
	} 		