﻿	A:LINK {
		color : green;
		text-decoration: none
		}
	A:VISITED {
	 	color : green;
	 	text-decoration: none
		}
	A:HOVER {
	 	color : Red;
	 	text-decoration : underline;
		}
	A:ACTIVE {
	 	color : Red;
	 	text-decoration: underline
		}
body {
	background-color: #EAF0E8;
	font-family:"Agency FB", "Monotype Corsiva";
	font-size:16px;
	font-weight:bold;
	color:green;
	margin: 0px;
	}
#container
{
	position: fixed;
	width:100%;
	height: 100%;
	top:0px;
	left:0px
	border: 1px solid red;
	margin:0px;
	overflow:auto;
}
#Testa {
	position: relative;
	top:1px;
	left:1px;
	width:780px;
	height:120px;
	background-image: url(../images/LogoFimif.JPG);
}
#Corpo {
	position:relative;
	width:780px;
	height:400px;
}
#Sinistra {
	position: absolute ;
	top:0px;
	left:1px;
	width:150px;
	height:400px;
	background-color: #9BBB8E;
}
#Centro {
	position: absolute ;
	top:0px;
	left:151px;
	width:478px;
	height:400px;
	background-color: #FFCCFF;
}
#Destra {
	position: absolute;
	top:0px;
	left:630px;
	width:150px;
	height:400px;
	background-color:#9BBB8E;
}
#sotto {
	bottom:0px;
	position:relative;
	width:780px;
	height:60px;
	background-image: url(../images/LogoSotto.JPG);
}

