@charset "utf-8";
/* CSS Document */

body {
	background-image:url(immagini/sfondo.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 0%;
	background-color: #004A7F;
	font-family: "century gothic", Arial, Helvetica, sans-serif;
	line-height: 1.2;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	margin-left: 300px;
	font-size: 28px;
	line-height: 1;
}
h2 {
	color: #F58220;
	font-size: 20px;
	width: 100%;
}
#wrapper {
	width: 725px;
	margin: auto;
}
#header {
	width: 100%;
	font-size: 18px;
	color: #FFFFFF;
	background-image: url(immagini/sagoma-investigatore.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 210px;
}
#main {
	background-color: #FFFFFF;
	margin: 0px;
	height: 530px;
	padding: 10px 25px 25px 25px;
}
#pulsantiera {
	clear: both;
	height: 250px;
}
.pulsante {
	margin: 20px 52px 20px 0;
	height: 87px;
	width: 190px;
	float: left;
	background-image: url(immagini/bottone-off.png);
}
.marginedx {
	margin-right: 0px;
}
#pulsantiera a {
	color: #FFFFFF;
	text-decoration: none;
	background-position: center center;
	display: block;
	float: left;
	margin: 0px;
	font-size: 26px;
	padding: 0px;
	height: 100%;
	width: 100%;
	text-align: center;
	font-weight: bold;
	line-height: 87px;
}
#pulsantiera a:hover {
	color: #004A7F;
	background-image: url(immagini/bottone-on.png);
}
#footer {
}
#meva_logo {
	float: right;
}
#lancio {
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F58220;
	height: 80px;
	padding: 5px 0 0 0;
}
#lanciosx {
	height: 70px;
	width: 500px;
	color: #F58220;
	font-size: 22px;
	line-height: 1.3em;
	float: left;
	padding: 0;
	padding-top: 10px;
	font-weight: bold;
}
#lanciodx {
	float: right;
}
.style1 {
	color: #F58220;
	font-weight: bold;
	text-align: center;
}
#piede {
	color: #FFFFFF;
	font-size: 10px;
	margin: 10px auto;
	text-align: center;
}
#piede a:link, #piede a:hover, #piede a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

