/*  
Nome del sito: COMMUNICAGE
Autore:  Jgor Buzziol - website http://jgorbuzziol.altervista.org/blog/
*/

/* STRUTTURA */

	Body	{
			font-family: 'Verdana', Arial, Helvetica, Georgia, Sans-seriff;
			font-size: 80%;
			margin: 0 auto;
			background:  #fff;
		}
		

	#areavisibile	{
		background-image:url(../images_temp/ecolfer.jpg);
		
		background-repeat:no-repeat;
			border: 1px solid #029801;
			padding: 10px;
			display: block;
			width: 780px;
			height: 480px;
			position: absolute;
 			top: 50%;
			left: 50%;
			margin: -260px 0 0 -395px;
						text-align: center;

				}
			.nome	{
			font-size: 135%;
		}

			img	{
			margin-top: 30px;
		}

	#menu	{
			display: block;
top: 300px;
			position: relative;
			color: #029801;
	}
	
		hr	{
			color: #029801;
			width: 40%;
			height: 1px;
			margin-top:20px;
			margin-bottom:10px;
	}	


				
	 a:link, a:visited {	color: #000;
	 			font-weight: bold;
				text-decoration: none;}

	a:hover {	color: #014100;
			font-weight: bold;
			text-decoration: none;}
