body {
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
#header {
	background-image: url(images/intro/intro2.jpg);
	height: 112px;
	width: 602px;
	background-repeat: no-repeat;
}
#box {
	background-image: url(images/intro/intro3.jpg);
	height: 259px;
	width: 602px;
	background-repeat: no-repeat;
}
#footer {
	background-image: url(images/intro/intro4.jpg);
	height: 139px;
	background-repeat: no-repeat;
}
.text1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.text1 a{
	color: #FFFFFF;
	text-decoration:none;
}
.text1 a:hover{
	color: #FFFFFF;
	text-decoration:underline;
}
.text1 a:visited{
	color: #FFFFFF;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #FFFFFF;
	text-decoration: none;
}
.text2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #1B5BB2;
}
.text2 a{
	color: #1B5BB2;
	text-decoration:none;
}
.text2 a:hover{
	color: #1B5BB2;
	text-decoration:underline;
}
.text2 a:visited{
	color: #1B5BB2;
}
.separatore {
	background-image: url(images/intro/separatore-trasp.png);
	background-repeat: repeat-x;
	background-position: center;
}
