html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	color: #fafafa;
	font: 15px/18px Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
	width: 100%;
	height: 100%;
	background: black url(bkg.gif) repeat;
}

#wrap {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background-position: right top;
	background-repeat: no-repeat;
}

a#logo {
	position: absolute;
	height: 134px;
	padding: 0;
	left: 11px;
	top: 11px;
	z-index: 3;
	background: url(nero.gif) no-repeat;
	width: 474px;
	margin: 0;
}

a {
	text-decoration: none;
	color: #fafafa;
}

a:hover, .selected {
	text-decoration: underline;
}

#lato {
	margin: 0;
	padding: 0;
	display: table;
	z-index: 2;
	width: 374px;
	position: absolute;
	left: 0;
	top: 0;
}

#menu {
	margin: 0;
	padding: 143px 11px 22px 22px;
}

#menu a {
	margin: 0;
	padding: 0;
	display: list-item;
	list-style-type: none;
	position: relative;
}

a.bio {
	width: 33px;
	height: 23px;
	background-image: url(bio.gif);
}

a.lab {
	width: 128px;
	height: 22px;
	background-image: url(lab.gif);
}

a.mail {
	width: 166px;
	height: 40px;
	background-image: url(mail.gif);
}

h1 {
	margin: 0 0 4px;
	padding: 0 11px 0 7px;
	background-color: #fafafa;
	display: table;
}

h1 a, h1 a:hover {
	text-decoration: none;
	font-size: 15px;
	color: black;
}

#cat {
	margin: 33px 0 0;
	padding: 0;
}

#cat a {
	margin: 0 0 11px;
	padding: 0;
}

#cont {
	padding: 0;
	display: table;
	margin: 0;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	position: relative;
}

#pag {
	margin: 0;
	white-space: normal;
	padding: 143px 22px 22px 385px;
}

p {
	margin: 0 0 11px;
	padding: 0 0 7px;
	font-family: Helvetica, Arial, sans-serif;
	display: table;
	position: relative;
}

p.titolo {
	text-transform: uppercase;
	font-weight: bold;
	padding: 0;
	margin-bottom: 33px;
	text-decoration: underline;
}

p.immagine {
	font-size: 11px;
	margin-bottom: 22px;
	padding: 0;
	line-height: 12px;
	text-align: left;
	text-shadow: #000000 0 0 0;
}

#pag img {
	padding: 0;
	margin: 0 0 11px;
	border: 5px none black;
	border-bottom-style: none;
	border-left-style: none;
	display: list-item;
	list-style-type: none;
}