/*  */

body
{
	font-size:12px;
	font-family: Helvetica, Tahoma, Arial, Verdana;
	background-color:#fff;
	color:#000;
}
html, body, div, span, applet, object, h1, h2, h3, h4, h5, h6, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 1;
}
table {border-collapse: collapse; border-spacing: 0;}


.alt
{
	display:none
}

a
{
	text-decoration:none;
	color:#000;
}

/*  */

body
{
	background-image:url(../img/bg.png);
	background-position: top center;
	background-repeat:no-repeat;
	width:100%;
}

#header
{
	position:absolute;
	left:50%;
	top:30px;
}
#header h1 span.nome span, #header h1 span.cognome span
{display:none}

#header h1 span.nome
{
	position:absolute;
	left:-145px;
	display:block;
	width:145px;
	height:33px;
	background-image: url(../img/franco.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#header h1 span.cognome
{
	position:absolute;
	display:block;
	width:65px;
	height:33px;
	background-image: url(../img/poli.png);
	background-position:top left;
	background-repeat:no-repeat;
}
#navigation
{
	position:absolute;
	left:50%;
	z-index:10;
}
#navigation label
{
	display:block;
	margin:0;
	padding:0;
	position:absolute;
	left:-199px;
	top:70px;
	background-color:#eee;
	width:180px;
	padding:2px;
	padding-left:17px;
	letter-spacing:1.1px;
	color:#666;
	font-weight:bold;
	cursor:pointer;
}
#navigation ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
	left:-199px;
	top:70px;
}
#navigation ul li
{
	display:block;
	padding:0;
	padding-bottom:2px;
}
#navigation ul li a
{
	display:block;
	height:auto !important;
	height:0;
	background-color:#eee;
	width:180px;
	padding:2px;
	padding-left:17px;
	letter-spacing:1.1px;
	color:#666;
}
#navigation ul li a:hover
{
	color:#fff;
	background-color:#ccc;
}

#cont h1
{
	font-size:22px;
	padding-bottom:15px;
	padding-right:220px;
}

#leftbox
{
	position:absolute;
	width:50%;
	top:65px;
	overflow:hidden;
	text-align:right;
}
#rightbox
{
	position:absolute;
	left:50%;
	width:50%;
	top:90px;
	overflow:hidden;
}

#rightbox .tn
{
	display: block;
	float:left;
	overflow:hidden;
	margin-left:10px;
	margin-top:10px;
	width:75px;
	height:75px;
	border:1px solid #fff;
}
#rightbox .tn a
{
	display:block;
	width:75px;
	height:75px;
}
#rightbox .tn img
{
	display:block;
	margin:auto;
}

#leftbox .cont
{
	padding-right:20px;
}
#rightbox .cont
{
	padding-left:20px;
}
#cont a:hover
{
	color:#999;
}