body
{
	margin: auto;
	text-align: center;
	background-color: #020202;
}
div#logo
{
	margin: auto;
	margin-top: 30px;
	background-image: url(images/logo_intro.png);
	background-repeat: no-repeat;
	width: 650px;
	height: 87px;	
}
div#intro
{
	margin: auto;
	background-image: url(images/img_intro.jpg);
	background-repeat: no-repeat;
	width: 650px;
	height: 421px;	
}
div#entra
{
	margin: auto;
	width: 650px;
	height: 30px;
	text-align: center;
}
p
{
	font-size: 18px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #0093dd;
	text-align: center;
	font-weight: normal;
}
p.titolo
{
	font-size: 14px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #7e7e7e;
	text-align: left;
}
h1
{
	width: 650px;
	margin: auto;
	font-size: 18px;
	font-family: "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #ffffff;
	text-align: center;
	font-weight: normal; 
}
a:link
{
	text-decoration: none;
	color: #ccc;
}
a:visited
{
	text-decoration: none;
	color: #ccc;
}
a:hover
{
	text-decoration: none;
	color: #0093dd;
}
a:active
{
	text-decoration: none;
	color: #ccc;
}
img
{
	border: none;
}
