#banner {
	width: 370px;
	font-size: 75%;
	height: 400px;
	background-image: url(../elementi/puntine_foglio.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 5px;
	margin-top: 50px;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
}
#banner a {
	text-decoration: none;
}
#banner p {
	color: #003399;
	text-decoration: none;
	display:block;
	text-align: center;
	font-size: 115%;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	line-height: 120%;
}
#banner h1 {
	color: #ff0000;
	font-weight: bold;
	font-size: 150%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ff0000;
	border-bottom-color: #ff0000;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin-top: 30px;
}
