div,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,textarea,th		{
	margin:0;
	padding:0;
}

html,body													{height:100%;}

body														{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color: #000000;
	background-image: url(images/background_loop.jpg);
	background-position:top;
	background-repeat: repeat-x;
	color: #FFFFFF;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #FFFFFF;
}

a	{
	color: #bde0e7;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	color: #FF0000;
}

#top {
	position: absolute;
	width: 976px;
	height: 404px;
	left: 50%;
	margin-left: -488px;
	top: 0px;
	overflow: hidden;
	/* background-image:url(images/topitalia.gif); */
}

#container { 
	position: absolute;
	width: 920px;
	top: 450px;
	left: 50%;
	margin-left: -460px;
} 

#box_dx {
	float: right;
	width: 280px;
}

#mainContent { 
	margin: 0 320px 0 0; 
} 

#footer { 
	margin-top: 40px;
	width: 920px;
	height: 311px;
	background-image: url(images/footerimage.jpg); 
} 

#footercontent {
	width: 500px;
	margin-top: 270px;
	background-color:#FFFFFF;
	border: 1px #000000 solid;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.rigatitolo {
	background-color:#929ea1;
}

.rigacontenuto {
	background-color: #7e8c8f;
}

.titolonews {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #CCCCCC;
}