html, body {
padding-top: 0;
margin: 0; 
background: #940F0C;
font-family:"Trebuchet ms", arial, helvetica, sans;
color: White;
}

#sfondo {
	margin-top: -150px;
	left: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	text-align: center;
	min-width: 600px;
	background: transparent;
	z-index: 1;
}

#container {
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 660px;
	position: relative;
	height: 300px;
	background: url(graficaIndex/sfondoHP2.jpg) center no-repeat;
	border:0 none inherit;
	z-index: 2;
}


#content {
	width: 490px;
	height: 200px;
	text-align: left;
	position: absolute;
	top: 49px !important;
	top /**/:49px;
	left: 83px !important;
	left /**/: 85px;
	background: black;
	padding: 0;
	border: 1px solid #DD0000;
	z-index: 3;
}

#content table {
	text-align: right;
	width: 490px;
	height: 200px;
	padding: 5px;
	margin: 0;
	border:0 none inherit;
}

#contentBottom {
   font: 10px "Trebuchet ms", arial, helvetica, sans;
	width: 491px;
	height: 90px;
	left: 83px !important;
	left /**/: 85px;
	position: absolute;
	background: transparent;
	padding-top:5px;
	bottom: -40px !important;
	bottom /**/: -37px;
	border: 0 none inherit;
}
.opaque {
	opacity: .7;
	filter: alpha(opacity=70);
}

#content A:link, #content A:visited {
	font-size: 20px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#content A:hover {
   font-size: 20px;
	font-weight: bold;
	color: white; 
	text-decoration: none;
}

#news{
   top: -10px;
   right: 90px;
	padding-left: 5px;
	font: 10px "Trebuchet ms", arial, helvetica, sans;
	text-align: right;
	width: 230px;
	height: 66px;
	position: absolute;
	/*border-right: 1px dashed #CF0209;*/
	z-index: 4;
	visibility: visible;
	/*background: url(graficaIndex/wdwHP.gif);*/
	color: white;
}

#news A:link, #news A:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#news A:hover {
   font-size: 12px;
	font-weight: bold;
	color: white; 
	text-decoration: none;
}

#info {
	top: -85px;
	right: 85px;
	padding-left: 5px;
	font: 10px "Trebuchet ms", arial, helvetica, sans;
	text-align: left;
	width: 172px;
	height: 115px;
	position: absolute;
	background: trasparent;
	border: 0px solid #CF0209;
	z-index: 4;
	visibility: visible;
}
#info A:link, #info A:visited {
	color: #FF9900;
	text-decoration: none;
}
#info A:hover {
	color: white; 
	text-decoration: none;
}
