﻿body {
	background-color: #8a8a8a;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	
	background-position: center;
	background-image: url('./images/home-page_04.jpg');
	background-repeat: repeat-y;
}

div#main {
	margin: 0 auto;
	width: 100%;
}

div#header {
	background-position: center;
	background-image: url('./images/home-page_01.png');
	height: 315px;
	background-repeat: no-repeat;
}

div#content {
	background-position: center;
	background-image: url('./images/home-page_02.jpg');
	background-repeat: repeat-y;
}

div#bottom {
	background-position: center;
	background-image: url('./images/home-page_03.jpg');
	height: 196px;
	background-repeat: no-repeat;
}

div.testo {
	width: 650px;
	margin: 0 auto;
}

.top {
	
}

.content {
	
}

.bottom {
	padding-top: 50px;
	color: white;
	text-align: center;
}

.bottom a{
	color: white;
}

.bottom a:hover{
	color: yellow;
}

