﻿	A:LINK {
		color : blue;
		text-decoration: none
		}
	A:VISITED {
	 	color : blue;
	 	text-decoration: none
		}
	A:HOVER {
	 	color : Red;
	 	text-decoration : underline;
		}
	A:ACTIVE {
	 	color : Red;
	 	text-decoration: underline
		}
body {
	background-color: #FFFFFF;
	font-family:"Agency FB","Times New Roman";
	font-size:16px;
	font-weight:bold;
	color:blue;
	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:100px;
	background-image: url('../Images/LogoFis.JPG'); 
}
#Corpo {
	position:relative;
	width:780px;
	height:400px;
}
#Sinistra {
	position: absolute ;
	top:1px;
	left:1px;
	width:150px;
	height:400px;
	background-color: #f2f2f2; /*#99CCCC;*/
	background-image:url('../Images/SfondoBordi.JPG')
}
#Centro {
	position: absolute ;
	top:1px;
	left:151px;
	width:478px;
	height:400px;
	background-color: #f2f2f2;/* #E6FFFF; /*#CCFFFF;*/
}
#Destra {
	position: absolute;
	top:1px;
	left:630px;
	width:150px;
	height:400px;
	background-color: #f2f2f2; /* #99CCCC;*/
	background-image:url('../Images/SfondoBordi.JPG')
}
#sotto {
	bottom:0px;
	position:relative;
	left:1px;
	width:780px;
	height:35px;
	background-image: url('../Images/BSottoN.jpg');
/*	background-image: url(../Images/Sotto.GIF)*/
}