﻿#banner {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	border: 0px;
	background-color: #FFFFFF;
	width: 512px;
	height: 384px;
	left: 210px;
	top: 100px;
}

#banner a:hover {
	color:#FFCC00;
	text-decoration:underline;
	background-color:#FFFFFF;
}
#chiudi {
	position: absolute;
	width: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	left: 400px;
	top: 10px;
	text-align: center;
	background-color: #000080;
}
#chiudi a {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
#chiudi a:hover {
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	text-align:right;
}
