/* vultur_main */

* {
	margin: 0;
	padding: 0;
	top-margin:10px;
}
body {
	background: #000000 url(../immagini/bg.gif) no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color:#333333;
}
#header{margin:0; background-image: url (immagini/comet.gif) top left no-repeat;}

/* Footnote */
p.footnote {
	font-family: verdan, arial, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
	color:#ffff33;
}