/*Pagina widget*/
body{
	margin:0px;
	padding:0px;
	background-color: #000;
	color:#ccc;
	font-family: tahoma;
	font-size:76%;
	background-image:url(bk.png);
	background-repeat: repeat-x;
	background-position:top;	
}
#wrap{
	width:600px;
	margin:0 auto;
}
#contenuto{
	width:350px;
	float:left;
}
#contenuto textarea{
	border:#333 1px solid;
	background-color:#000000;
	color:#fff;
}
#contenuto h1{
	font-size:1.6em;
	margin:0px;
	padding:0px;
	overflow:auto;
}
#side{
	width:250px;
	float:left;
	font-size:0.9em;
	text-align:center;
	overflow:auto;
}
#dottt{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
	height:1px;
	clear    :both;
	border-bottom:1px dashed #ccc;
}