/*Stili principali*/

* {margin:0;padding:0}
/* mac hide \*/
html,body{height:100%;width:100%;}
/* end hide */
p,h1{margin-bottom:1em}
#header{margin-right:0}

body {
	background-image: url("./immagini/back.jpg");
	min-height: 468px;/* for ie7*/
}

#outer{
	height: 100%;
	width: 100%;
	display: table;
	vertical-align: middle;
}

#container {
	position: relative;
	width: 800px; 
	height: 600px; 
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

#inner {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	background-color: white;
	background-image: url("./immagini/sfondo.jpg");
	background-repeat: no-repeat;
}

a:link, a:visited {
	text-decoration: none;
	color: blue; 
}
a:hover {
	text-decoration: none;
	color: red;
}

img {
	border-style: hidden;
}
/*Stili blocchi*/

#news {
	position: absolute;
	top: 40px;
	left: 85px;
	width: 445px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	cursor: pointer;
	color: red;
	border: 1px solid #CACACA;
	background: white;
}

#titolo {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: 80px;
	right: 15px;
	height: 30px;
	width: 195px;
	color: #FF8C00;
}

#corpo {
	position: absolute;
	right: 15px;
	bottom: 15px;
	border-style: hidden;
	width: 655px;
	height: 455px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: justify;
}

#W3C {
	position: absolute;
	left: 15px;
	bottom: 30px;
	width: 88px;
	height: 31px;
}

#timbro {
	position: absolute;
	right: 40px;
	top: 80px;
	width: 110px;
	height: 110px;
}

#mappa {
	position: absolute;
	right: 25px;
	bottom: 25px;
	width: 250px;
	height: 200px;
	border: 1px solid gray;
}

