
* {

	margin: 0;

	padding: 0;

	left: auto;

}



body {

	background: #ffffff;

	font: 10px Verdana, Tahoma, arial, sans-serif;

	color: #FFFFFF;

	text-align: center;

}


img {border: none} 

a {

	color:#000000; 

	background-color: inherit;

	text-decoration: none;	

}

#contenitore {

	width: 820px;

	background: #ffffff url(content.png) repeat-y center top;

	margin: 0 auto;

	text-align: left;

}

#contenuto {

	clear: both;

	width: 800px;

	padding: 0;

	margin: 0 auto;

}

#header {

	width: 820px;

	position: relative;

	height: 20px;

	background: #ffffff url(header.png) no-repeat center top;

	padding: 0;

	color: #ffffff;

}

#footer {

	color: #666666;

	background: #ffffff url(footer.png) no-repeat center top;

	clear: both;

	width: 820px;

	height: 55px;

	text-align: center;



}





#cfooter {

	color: #666666;

	width: 700px;

	height: 55px;

	padding-left:60px;

}











.float-left  { float: left; }

.float-right { float: right; }

.align-left  { text-align: left; }

.align-right { text-align: right; }
