@charset "UTF-8";
body {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background-color: #d8dada;
	background-image: url(folder_images/gradiente.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#mainContent  {
	width: 800px;
}
#wrapper {
	width: 650px;
	margin-top: 0px;
	margin-bottom: 0;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

p{
	font-size: 1em;
	line-height: 1.2em;
}

h1{
	font-size: 1.1em;
	line-height: 1.2em;
}
#testo  {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: left;
	width: 640px;
	padding-left: 10px;
}
#footer {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#entrata {
	width: 650px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 1.3em;
	line-height: 1.4em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a{
	color: #000000;
	text-decoration: none;
} 

a:hover {
	color: #990000;
} 
