html {overflow-y: scroll;}
body
{
padding:0px;
margin:0px;
}
img
{
border-style:none;
border-width:0px;
}
table
{
border-collapse:collapse;
}
.background-light {
	background-attachment: scroll;
	background-image: url("../immagini/light.png");
	background-repeat: no-repeat;
	background-position: center center;
}
.background-contenuti {
	background-image: url("../immagini/background-contenuti.png");
}
.background-logo-kingcrow {
	background-image: url("../immagini/background-logo-kingcrow.png");
}
.background-menu {
	background-image: url("../immagini/background-menu.jpg");
	background-repeat: no-repeat;
	background-position: top;
}
td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
td a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #c56213;
	text-decoration: none;
}
td a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #c56213;
	text-decoration: underline;
}
.bottom {
	font-size: 10px;
	color: #8b9291;
	text-decoration: none;
}
.bottom a {
	font-size: 10px;
	color: #c56213;
	text-decoration: none;
}
.bottom a:hover {
	font-size: 10px;
	color: #c56213;
	text-decoration: underline;
}
