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

	body {
		background-image:url(../img/background.gif);
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		background-repeat:repeat-x;
	}
	
	* {
		margin:0;
		padding:0;
		color:#565252;
	}
	
	div#language {
		position:absolute;
		margin-top:5px;
		margin-left:890px;
	}
	
	div#contenitore {
		width:960px;
		margin:auto;
	}
	
	div#top {
		height:92px;
	}
	
	div#logo img{
		margin-top:8px;
		float:left;
	}
	
	div#menu {
		width:710px;
		float:right;
	}
	
	div#menu ul {
		float:left;
		text-align:center;
		height:25px;
		padding-top:67px;
		padding-left:15px;
		padding-right:15px;
		list-style:none;
		cursor:pointer;
	}
	
	div#center_pic {
		position:absolute;
		width:960px;
		text-align:center;
		margin-top:20px;
	}
	
	p.tip_title {
		font-size:24px;
		font-weight:bold;
		color:#9c1d75;
	}
	
	div#tip1 {
		position:absolute;
		font-size:11px;
		margin-top:130px;
		width:200px;
	}
	
	div#tip2 {
		position:absolute;
		font-size:11px;
		margin-top:130px;
		margin-left:730px;
		width:200px;
	}
	
	div#testo {
		clear:both;
		width:960px;
		margin-top:320px;
	}
	
	div#testo a{
		color:#9c1d75;
	}
	
	div#testo a:hover{
		color:#c1c1c1;
		text-decoration:none;
	}
	
	div#testo ul {
		margin-left:15px;
	}
	
	div#testo p{
		padding-top:5px;
		margin-bottom:5px;
	}
	
	div#testo p#titolo{
		font-size:23px;
		font-weight:bold;
		color:#a59ca2;
	}
	
	div#testo h1 {
		font-size:23px;
		color:#a59ca2;
	}
	
	div#testo h2 {
		font-size:15px;
		color:#a59ca2;
		margin-bottom:8px;
	}
	
	div#last_row {
		clear:both;
		margin-top:30px;
	}
	
	div#menucss {
		float:left;
		color:#666;
		font-style:italic;
	}
	
	div#copyright {
		float:right;
		color:#999999;
		font-size:10px;
	}
	
	div#copyright img{
		border:0;
		float:right;
	}
	
	div#copyright a{
		color:#999999;
	}
	
	div#copyright a:hover{
		color:#555;
	}

	/* CLASSI */
	.clear {
		clear:both;
	}
	
	ul.std {
		background-color:transparent;
	}
	
	ul.over {
		background-color:#9c1d75;
	}
	
	.nobg {
		background-color:transparent;
	}
