@charset "iso-8859-1";
/* CSS Document */

html ,body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
* {
	margin: 0px;
	padding: 0px;
}

.centro {
	height: 370px;
	margin-top: -185px;
	position: absolute;
	top: 50%;
	width: 800px;
	padding: 0px;
	right: 50%;
	margin-right: -400px;
	text-align: center;
}
.centro .enter a {
	text-decoration: none;
	color: #000;
}
.centro .enter a:hover {
	color: #395F75;
}

.centro .ita {
	float: left;
	width: 380px;
	text-align: right;
	padding: 10px;
	height: 120px;
}
.centro .eng {
	float: right;
	width: 380px;
	text-align: left;
	padding: 10px;
	height: 120px;
}
.enter {
	background-image: url(../images/bottone.gif);
	background-repeat: no-repeat;
	width: 261px;
	height: 42px;
	font-size: 28px;
	line-height: normal;
	padding-top: 8px;
	margin-left: auto;
	margin-right: auto;
}


.centro p {
	color: #666;
	font-size: 14px;
}
.centro h1 {
	font-size: 24px;
	font-weight: normal;
}
