* {
	border: 0;
	margin: 0;
	padding: 0;
	
}

html, body {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #666666;
	background-repeat: 100%;
	background-position: center;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: url(../img/sfondo.jpg);
}

#background {
	position:absolute;
	width:100%;
	height:100%;
	z-index: 0;
}

#outer {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 1px;
	padding: 0px;
}

#inner {
	position: absolute;
	background-color: #F5F5F5;
	width: 750px;
	height: 570px;
	left: -380px;
	top: -285px;
	z-index:2;
	display:block;
	padding: 5px;
}

#header {
	position: relative;
	width: 750px;
	height: 100px;
}

h1 {
	color: #FFF;
	font-weight: bolder;
	font: 30px Georgia;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
	line-height: 100px;
	top: 0px;
	text-align: right;
}

#header2 {
	background: url(../img/sfondo_barra.png);
	position: relative;
	width: 740px;
	padding-left: 10px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #FFF;
}

#header2 a:hover {
	background: #0F0;
}

#header2 a {
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	height: 20px;
	color: #FFF;
	float: left;
}


#foto {
	width: 745px;
	height: 375px;
	margin: auto;
}

#nomi {
	font-size: 11px;
	text-align: center;
	margin: auto;
	margin-bottom: 10px;
	padding-top: 10px;
	width: 745px;
	height: 360px;
	overflow-y: auto;
	overflow-x: none;
}

h2 {
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #0F0;
	font-weight: bold;
	font: 20px Georgia, serif;
	margin: 0 0 10px;
	padding-top: 10px;
	padding-right: 10px;
	text-align: right;
}

#footer {
	display: block;
	float: none;
	clear: both;
	font: 10px Verdana, sans-serif;
	text-align: center;
}

#footer p
{
	z-index: 100;
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

#footer p a
{
	background: inherit;
	color: #777;
}

#footer p a:hover
{
	background: inherit;
	color: #000;
}


/* = Miei elementi
----------------------------------------------------------------------*/

#elenco a:link, #elenco a:visited {
	color: #AAAAAA;
}

#elenco a {
	display: block;
	text-decoration: none;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: left;
	margin: 1px;
}

#elenco a:link, #elenco a:visited {
	color: #666;
}

#elenco a:hover {
	background-color: #0F0;
	color: #FFFFFF;
}

h3 {
	color: #0F0;
	font: 30px Georgia, serif;
	font-weight: bold;
	margin: 0 0 10px;
	padding-top: 20px;
	display: block;
}

/* = Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	list-style: none;
}

.hoverbox a
{
	display: block;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -15px;
	left: -15px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 100px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 140px;
	height: 140px;
}

.contatti {
	color: #000000;
	font-family: Georgia, serif;
	font-size: 15px;
}
.contatti a  {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}

.contatti a:hover
{
	color: #FFFFFF;
	background-color: #00FF00;
}
#filmato {
	position: absolute;
	width: 760px;
	height: 490px;
	left: 0px;
	top: 44px;
	right: 0px;
	bottom: 0px;
	display:block;
	padding: 0px;
	margin: 0px;
}