html, body {
	background-color: #333333;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	SCROLLBAR-BASE-COLOR: #00a000;
	SCROLLBAR-ARROW-COLOR: #00a000;
	SCROLLBAR-3DLIGHT-COLOR: #006000;
	SCROLLBAR-SHADOW-COLOR: #006000;
	SCROLLBAR-FACE-COLOR: #002200;
	SCROLLBAR-HIGHLIGHT-COLOR: #002200;
	SCROLLBAR-DARKSHADOW-COLOR: #002200;
	SCROLLBAR-TRACK-COLOR: #003815;
}
body, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #AE9D99;
}
a {
	color: #CEC8C4;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
}

div#box {
	width: 100%;
	padding: 10px;
}
div#content {
	width: 450;
	height: 190;
	padding: 5px;
	background-color: #3f3f3f;
	border: 1px dotted #666666;
	position: absolute;
	left: 95px;
	top: 45px;
}
div#logo {
	width: 130;
	height: 100%;
	float: left;
	padding: 10px;
	left: 10px;
	top: 10px;
}
div#contenuto {
	width: 285;
	height: 100%;
	float: right;
	margin-top: 10px;
}
.titolo {
	font-size: 12px;
	font-weight: bold;
}
.testo {
	list-style-type: disc;
}
.img {
	border: 1px solid #555555;
}
