			html, body {
				height: 100%;
				margin:0;
				padding:0;
			}
			body {
				/*background-image:url(pino-bg.png);*/
				background-color:#15147E;
				background-position:center center;
				background-repeat:repeat-x;
				background-attachment:fixed;
				color:white;
				font-family:"Trebuchet MS";
				font-size:12px;
			}
			img {
				border:none;
			}
			a, a:hover, a:active, a:visited, a:link {
				color:white;
			}
			a:hover {
				color:white;
			}
			h1 > a, h2 > a {
				text-decoration:none;
			}
			#news, #people, #group, #archive, #menu {
				position:absolute;
				top:140px;
				padding-bottom:16px;
			}
			.tab, #news, #people, #group, #archive, #menu {
			}
			.tab, #menu {
				margin:-16px -32px 48px -32px;
				padding:32px;
				background:rgba(0,0,0,0.4);
				border-radius:16px;
				-moz-border-radius:16px;
			}
			.tab h2 {
				margin-top:0;
			}
			#news {
				left:5%;
				width:30%;
			}
			#group {
				left:40%;
				width:30%;
			}
			#people {
				left:75%;
				width:20%;
				top:320px;
				padding:48px;
			}
			#menu {
				left:75%;
				width:20%;
			}
			#archive {
				left:5%;
				width:90%;
				-moz-column-count:3; 
				-moz-column-gap:32px; 
				column-count:3; 
				column-gap:32px;
			}
			#archive div {
				column-break-inside:avoid;
				margin-bottom:16px;
			}
			#archive h2 {
				margin:0 0 4px 0;
			}
			#peoplethumb {
				padding:0 16px;
				text-align:center;
			}
			#peoplethumb > a {
				margin:0;
			}
			#peoplethumb > a:hover {
				background:white;
				color:darkblue !important;
				text-decoration:none !important;
			}
			#people img {
				vertical-align:middle;
				margin:0;
			}
			#attivita {
				text-align: center;
			}
			#attivita span {
				display: inline-block;
				margin: 0 4px;
			}
			.menu > a {
				text-align:left; display:block;
				min-height:48px;
				width:100%;
				margin:0;
				text-decoration:none;
			}
			.menu > a:hover {
				background:white;
				color:darkblue !important;
				text-decoration:none !important;
			}
			.menu > a > img {
				vertical-align:middle;
				margin:0 4px 0 8px;
			}
			.menu > h2 {
				text-align:center;
			}
			#logo {
				position:absolute;
				right:75px;
				top:0px;
				text-align:right;
			}
			#progress {
				position:fixed;
				width:100%;
				height:6px;
				background:url(progress-trans.png) 0px 0px repeat-x;
				bottom:0;
				left:0;
				margin:0;
				padding:0;
				font-size:6px;
			}
			#full {
				position:absolute;
				top:140px;
				padding-bottom:16px;
				left:5%;
				right:5%;
			}
			a.thumb:hover {
				text-decoration:none;
				background-color:white;
			}
			img#icon, #people img {
				width:48px;
				height:48px;
			}
			.thumb {
				background-position:center center;
				background-repeat:no-repeat;
			}

