body{
  background-image: url('img/background.jpg');
}
div#top{
	width: 800px;
	height: 52px;
	background-image: url('img/top.gif');
	background-position: center;
	background-repeat: no-repeat;
}
div#bottom{
	width: 800px;
	height: 52px;
	background-image: url('img/bottom.gif');
	background-position: center;
	background-repeat: no-repeat;
}
div#cliccaperingrandire{
        width:400px;
        padding:5px;
        border:1px solid #800000;
}
div#contenuto{
	background-color: white;
	width: 800px;
	background-image: url(img/background_text.jpg);
}
div#header{
	background-image: url(img/logo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 180px;
}
div#newsbox{
	border: 1px solid #800000;
        padding: 5px;
        font-weight: bold;
}
div#subtitle{
	height: 30px;
	text-align: center;
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 15px;
	color: #800000;
}
div#address{
	text-align: center;
	font-family: Sans-Serif;
	font-weight: bold;
	font-size: 12px;
	color: #800000;
}
div#content{
	margin-top: 25px;
	padding: 10px;
	width: 760px;
	text-align: justify;
	font-family: Sans-Serif;
	font-size: 12px;
	color: #800000;
}
div#footer{
	border-top: 1px solid #800000;
	font-family: Sans-Serif;
	font-size: 10px;
	color: #800000;
	padding:10px;
	margin-top:15px;
}
div#bottom{
	font-family: Sans-Serif;
	font-size: 10px;
	color: #800000;
}
a:link, a:visited{
	color: #800000;
	text-decoration: underline;
	font-family: Sans-Serif;
}
a:hover, a:visited:hover{
	text-decoration: none;
	color: red;
}