html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: url('images/bck.jpg') repeat-y;
	font-family: "Verdana", Arial, Helvetica, sans-serif;  	
	min-height: 770px;
}

hr {
	display: none;
}

#wrap {
	position:absolute;
	top:50%;
	left:50%;
  	width: 800px;
  	min-height: 770px;
	margin-left:-400px;
	margin-top: -386px;
  	padding: 0;
	background: url('images/body-site.jpg') no-repeat center;
}

#wrap a {
  text-decoration: none;
border: 0;
}


#pages {
	text-decoration: none;
border: 0px;

}

#credits {
	text-decoration:none;
	font-family: "Georgia", Times New Roman, Times, serif;
	font-color: #000;	
}

#credits a{
	color: #000;
	text-decoration: none;
}

#credits a:hover{
	color: #FF0000;
	border-bottom: 1px dotted;
}


#pages ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
	border: 0px;
}

a img { border: 0; }

#pages li {
    display: inline;
    margin: 0;
	padding: 0;
    text-decoration: none;
border: 0px;
}

#pages li a {
	margin: 0px;
	padding: 0;
      text-decoration: none;
	border: 1px;
}

#head {
	width: 700px;
	height: 82px;
	background: url('images/head.jpg');
	position: relative;
	top: 260px;
	margin: 0 auto;
	left: 19px;
}

#headbiog {
	width: 700px;
	height: 82px;
	background: url('images/head-biog.jpg');
	position: relative;
	top: 260px;
	margin: 0 auto;
	left: 19px;
}

#headport {
	width: 700px;
	height: 82px;
	background: url('images/head-port.jpg');
	position: relative;
	top: 260px;
	margin: 0 auto;
	left: 19px;
}


.titolo {
	width: 700px;
	height: 70px;
	position:relative;
	top: 220px;
	left: -120px;
}
h3 {
	font-weight: 300;
	font-size: 15pt;
	font-style: italic;
	margin: 0px;
	font-family: "Georgia", Times New Roman, serif;
}

.meta {
	padding: 10px;
	margin: 5px 10px 8px 5px;
}
.meta small {
	font-style: italic;
	display: block;
	margin-top: -16px;
	margin-left: 300px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
}

#portfolio a {
	text-decoration: none;
	color: #666;
}

#portfolio a:hover {
	border-bottom: 1px dotted;
	color: #FF0000;
}

#contenuti {
	width: 655px;
	height: 220px;
	background: #fff;
	overflow: auto;
	text-align: left;
	font-family: Helvetica, "Verdana", Arial, sans-serif;
	font-size: 10pt;
	line-height: 14pt;
}

#contenuti a, #contenuti a:visited, #footer a, #footer a:visited  {
	background-color: transparent;
	color: #000;
	text-decoration: none;
}

#contenuti a:hover, #footer a:hover {
	background-color: transparent;
	color: #FF0000;
	border-bottom: 1px dotted #ffa800;
}

#footer {
	width: 700px;
	height: 50px;
	margin-top: 100px;
	margin-left: 120px;
}

