/* CSS Document */

body {
	width:1000px;
	height:870px;
	background-image:url("tre.jpg");
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	color:#efefef;
	background-position:center;
	margin:auto;
}
a {
	color:#efefef;
	text-decoration:none;
	
}
a:hover {
	color:#CCCCCC;
	font-size:14px;
}
#corpo {
	width:900px;
	height:850px;
	margin:auto;
	background-color:#000000;

}
#header {
	width:900px;
	height:126px;
	background-image:url("headertrapani.jpg");
	background-repeat:no-repeat;
	
}
#contenuto {
    width:900px;
	height:680px;
	margin:auto;
}
#news {
	width:450px;
	height:286px;
	margin:auto;
	position:absolute;
	background-image:url("colombaia.jpg");
	background-repeat:no-repeat;
	
	left: 475px;
	top: 172px;
}
#testonews {
	overflow:auto;

	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:13px;
	margin:auto;
	width:430px;
	height:260px;
}
#testonews a{
	color:#590C0F;
	text-decoration:none;
}
#testonews a:hover {
	color:#990000;
}
