html, body{
	margin: 0;
	padding: 0;
	background-color: #fff;
	font-family: arial;
	font-size: 12px;
	color: #000;
	background-image: url(sfondo.png);
	background-repeat: repeat;
}

#contenitore{
	color: #000;
	background-color: #fff;
	margin: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#logo{
	background-color: #fff;
}

#navbar{
	background-color: #224aff;
	padding: 5px;
}

.menu{
	font-size: 15px;
	letter-spacing: 1px;
	color: #f90;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #fff;
}

.boxml{
	position: fixed;
	z-index: 1;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 5px;
	text-decoration: none;
	text-align: right;
	background-color: #fff;
}

.ml{
	border: 0px;
	background-color: #f90;
	border-bottom: 1px dashed #224aff;
	border-right: 1px solid #224aff;
	font-size: 14px;
}

.roundcont {
	width: 600px;
	background-color: #f90;
	color: #fff;
	margin: 1em;
}

.roundcont p {
	margin: 0 20px;
}

.roundtop { 
	background: url(tr.gif) no-repeat top right; 
}

.roundbottom {
	background: url(br.gif) no-repeat top right; 
}

.titolo{
	font-size: 16px;
	font-variant: small-caps;
	text-align: right;
	letter-spacing: 3px;
	color: #eee;
	border-bottom: 1px solid #d70;
}
.commenti{
	text-align: right;
	border-top: 1px solid #d70;
	font-size: 11px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}

img{
	border: 0;
}

#minucci{
	position: fixed;
	z-index: 1;
	bottom: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
