@charset "UTF-8";
/* CSS Document */

html{
	padding:0;
	margin:0;
	min-height:600px;
	height:100%;
}

body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	min-height:400px;
	background-color:#FFCF01;
	min-width:800px;
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-image:url(images/rig_ver.jpg);
	background-position:left;
	background-repeat:repeat-y;
}

#contenitore{
	width:100%;
	min-height:400px;
	min-width:800px;
	position:relative;
	height:100%;
	background-image:url(images/rig_ver.jpg);
	background-position:left;
	background-repeat:repeat-y;
	
	}

#titolo{

	background-image:url(images/titolo_2.jpg);
	width:auto;
	height: 99px;
	background-repeat:no-repeat;
	background-position:right;
	border:none;
}

#linea{
	position:absolute;
	top:99px;
	width:100%;
	height:80px;
	background-image:url(images/rig_or.jpg);
	background-repeat:repeat;
}

#contenuto{
	position:absolute;
	top:179px;
	left:180px;
	right:0px;

	width:auto;
	

	height:auto;
	
	padding: 10px 30px 30px 80px;
	background-image:url(images/rig_ver_2.jpg);
	background-position:left;
	background-repeat:repeat-y;
	text-align:justify;
	}
	
	
	
#extra{
	text-align:right;
	width:auto;
	position:absolute;
	right:50px;
	top:179px;
	
}

#contenuto a{
	text-decoration:underline;
	
}#contenuto a:hover{
	text-decoration:none;
	
}


#colonna{
	position:absolute;
	bottom:0;
	left:0;
	top:179px;
	width:180px;
	
	
}

#menu{
	position:absolute;
	width:167px;
	bottom:20px;
	text-align:right;
	left:0;
	

}

#tasto{
	font-size:18px;
	width:164px;
	height:20px;
	padding:0;
}

#tasto:hover{
	width:147px;
	font-size:18px;
	text-indent:15px;
	cursor:pointer;
}

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

#bottom{
	width:100%;
	height:30px;
	padding-right:50px;
	text-align:right;

	
	
}