body {
	margin: 0;
	padding: 0;
	background-color: #333333;
}

#contenitore {
     position:absolute;
     left: 50%; 
     top: 50%;
     width: 800px;
     height: 600px;
     margin-top: -300px; /* half of the height */
     margin-left: -400px; /* half of the width */	 
     }
	 
div.logo {
	position:absolute;
	left: 0px;
	top: 80px;
	width: 800px;
	height: 276px;
	background-image:url(/images/logoscuro.gif);
}

div.line2 {
	position:absolute;
	left: 0px;
	top: 277px;
	width: 800px;
	height: 1px;
	background-image:url(/images/line.jpg);
}
div.line3 {
	position:absolute;
	left: 0px;
	top: 380px;
	width: 800px;
	height: 1px;
	/*background-image:url(/images/line.jpg);*/
}
div.base_temp {
	position:absolute;
	left: 0px;
	top: -80px;
	width: 800px;
	height: 40px;
	font-variant:small-caps;
	color: #C4C4C4;
	font-size: 40px;
	text-align:center;
}
div.base_sx {
	position:absolute;
	left: 0px;
	top: 280px;
	width: 266px;
	height: 100px;
	font-variant:small-caps;
	color: #C4C4C4;
	font-size: 13px;
	text-align:left;
}
div.base_dx {
	position:absolute;
	right:0px;
	top: 360px;
	width: 266px;
	height: 100px;
	font-variant:small-caps;
	color: #C4C4C4;
	font-size: 12px;
	text-align: right;
}

div.base_centro {
	position:absolute;
	left: 267px;
	top: 280px;
	width: 266px;
	height: 100px;
	font-variant:small-caps;
	color: #C4C4C4;
	font-size: 13px;
	text-align: center;
	
}

div.copyright {
	position:absolute;
	left: 0px;
	top:500px;
	width: 800px;
	height: 12px;
	font-variant: small-caps; 
	color: #C4C4C4; 
	font-size: 9px;
	text-align:center;
}


#news
{
	position:absolute;
	left: 320px;
	top: 280px;
	width: 240px;
	height: 100px;
	font-variant:small-caps;
	color: #C4C4C4;
	font-size: 13px;
	text-align: center;
}
#news a
{
	color:#000;
}
#news ul
{
cursor:no-drop;
	padding:0;
list-style-type: none;
}
#news li{
	line-height:1em;
	
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:100px;
	overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
	top:100px;
	left:0;
	margin:0 .5em 0 .5em;
	padding:0;
}

a:link, a:visited {
text-decoration: none;
color: #C4C4C4;
}
a:hover, a:active, a:focus {
text-decoration: none;
color: #FFFF00;
border-bottom:1px dashed;
}
