label, body, span, div, p, td {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
}

body {
	margin: 0px 0px 0px 0px;
	background-color: #070707;
	width: 100%;
	height: 100%;
	padding: 0;
}

.testo_chiaro {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #555555;
	font-style: italic;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
}

.bg_immagine { 
	background-image: url(../img/bg_immagine.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.txt_piede {
	font-family: Verdana, "trebuchet MS", Arial, Sans-serif;
	font-weight: normal;
	color: #CECECE;
	font-style: normal;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
}

A.link_astrelia {
	color: #ffae00; font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
A.link_astrelia:HOVER {
	color: #888888;
	font-weight: bold;
	text-decoration: none;
}
A.link_astrelia:ACTIVE {
	color: #ffae00;
	font-weight: bold;
	text-decoration: underline;
}
.ombra_sx { 
	background-image: url(../img/ombra_sx.png);
	background-repeat: repeat-y;
	background-position: top-left;
}
.ombra_dx { 
	background-image: url(../img/ombra_dx.png);
	background-repeat: repeat-y;
	background-position: top-left;
}

