body{
	margin:0;
	padding:0;
	height: 100%;
	font-size:100.01%;
	font-family: Georgia, Garamond, "Times New Roman", serif;
	text-align: center;
	background: #0f0f0f url(Immagini/LogoISCC.png) fixed no-repeat center;
	color: #0000FF;
	}

div#header{
	position:absolute;  top:1%;
	width: 760px;
	left:50%;
	margin-left:-380px;
	text-align: center;
}
div#header p{
	font-size: 500%;
	background-color:  transparent;
	color: #CC6666;
}
div#containingbox{
	position:absolute;  top:70%;
	width: 750px;
	left:50%;
	margin-left:-375px;
	padding: 0;	
	text-align: center;
	}
div#containingbox p{
	font-size: 150%;
	background-color:  transparent;
	color: #CC0000;
}
div#containingbox a{
	font-size: 250%;
	background-color:  inherit;
	color: #FF9900;
	text-decoration: none;
}
div#containingbox a:hover{
	background-color:  inherit;
	color: #00CCCC;
	text-decoration: none;
}
div#footer{
	position:absolute;
	bottom: 0;
	left:0;
	width:100%;
	padding:0;
	font-size:80%;
	font-weight: 200;
	text-align:center;
	}
div.split{
	background-color:  transparent;
	color: inherit;
}
div.split h3.left{
	float: left;
}
div.split h3.left a{
	background-color:  inherit;
	color: #00aaAA;
	text-decoration: none;
}
div.split h3.left a:hover{
	background-color:  inherit;
	color: #aaAA00;
	text-decoration: none;
}
div.split h3.right{
	float: right;
} 

