@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	height: 100%;
}

.sfondo {
	position: absolute;
	height: 100%;
	width: 100%;
	background: fixed url(../img/sfondo-body.png) repeat-x 0 center;
	overflow: hidden;
}

.centrato {
	position: relative;
	height: 1px;
	width: 1px;
	top: 50%;
	left: 50%;
}

.contenuto {
	position: relative;
	height: 760px; 
	width: 1000px;
	top: -391px;
	left: -500px;
	padding: 0;
	background: url(../img/Ingranaggio.png) no-repeat 0 0;
	border-top: #B5B5B5 solid 1px;
}

h1 {
	width: 472px;
	height: 80px;
	margin: 310px 0 0 517px;
	padding: 0;
	background: url(../img/mindgear-nome.gif) no-repeat 0 0;
	text-indent: -3000px;
}

p {
	width: 472px;
	height: 80px;
	margin: 0 0 0 517px;
	background: url(../img/mindgear-indirizzo.png) no-repeat 0 0;
	text-indent: -3000px;
}

p.hov {
	background: url(../img/mindgear-indirizzo-hov.png) no-repeat 0 0;
}

p a {
	display: block;
	position: relative;
	top: 22px;
	left: 166px;
	width: 140px;
}