body {margin: 0; background: url('img/bg_body.jpg') repeat-x fixed center #D9D9D9; font-size: 70%; font-family: tahoma, arial;}
img {border: 0;}
a {text-decoration: none;}
#sito {
	position: absolute;
	left: 50%;
	margin-left: -320px;
	top: 50%;
	margin-top: -265px;
	width: 640px;
	height: 530px;
	background: url('img/bg_sito.gif') no-repeat;
}
/*....................................................................INTESTAZIONE (logo + lingue)*/
#intestazione {
	height: 88px;
	width: 100%;
}
.logo_sx {margin: 21px 0 0 15px; float: left;}
.logo_dx {margin: 21px 0 0 0; float: left;}
#lingue {float: right; margin-right: 13px;}
#lingue img {margin: 62px 0 0 8px;}
/*.......................................................................................CONTENUTI*/
#contenuti {width: 100%; height: 364px; background: url('img/bg_contenuti.gif') no-repeat;}
#contenuti_pad {padding: 0 15px 0 15px; height: 100px;}
/*............................................................................................MENU*/
#menu {
	margin-top: 37px;
	padding-bottom: 2px;
	text-align: center;
	font-size: 1.2em;
	color: #767676;
}
#menu span {text-transform: uppercase;}
#menu a {color: #767676;}
#menu a:hover, a:focus, .corrente {border-bottom: 2px solid #327296; color: #327296;}
/*.......................................................................................COPYRIGHT*/
#copyright {text-align: center; margin-top: 3px; color: #999;}
#copyright a {color: #999;}
#copyright a:hover {text-decoration: underline;}
#copyright a:focus {text-decoration: underline;}

