html, body
{
	margin: 0;
	padding: 0;
}
body
{
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .76em;
	color: #000;
	background: black url(../images/imglayout/sfondobody.jpg) repeat-x fixed;
	
}
#contenitore
{
	width: 800px;
	margin: 0 auto;
	text-align: center;	
	background: #FFF;
}
#menutop, #menusec
{
	width: 800px;
	height: 35px;
	background: black;
}
#header
{
	width: 800px;
	height: 160px;
	background: black url(../images/imglayout/testata.jpg) no-repeat center;
	color: white;
}
#contenuti
{
	width: 800px;	
	overflow: hidden;
	background: #dedddd;
}
#colonna-cont
{
	float: left;
	width: 600px;
	background: transparent;
	color: #000;
}
#colonna-news
{
	float: left;
	width: 200px;
	background: transparent;
	color: #000;
}
#footer
{
	clear: both;
	width: 800px;
	background: #444242;
}