/****************************************************************************************************************************
STILE CSS PER PRIMA PAGINA (PRESENTAZIONE)
****************************************************************************************************************************/
					
html {
	background: #508CBE;
	margin: 0;
	height: 100%;
	}

body {
	background:  #508CBE;
	margin: 0;
	height: 100%;
	}
#container {
	margin: 0 auto;
	width: 950px;
	min-height: 100%;
	}
#wrap {
	background: url(../images/bg_body_pres.jpg) repeat-y;
	margin: 0 auto;
	width: 950px;
	}
#head_0 {
	background: url(../images/head_0.jpg) no-repeat;
	width: 950px;
	height: 200px;
	}
#head_1 {
	background: url(../images/head_1.jpg) no-repeat;
	width: 950px;
	height: 200px;
	}
#head_2 {
	background: url(../images/head_2.jpg) no-repeat;
	width: 950px;
	height: 200px;
	}
#head_3 {
	background: url(../images/head_3.jpg) no-repeat;
	width: 950px;
	height: 350px;
	}
#head_3 div{
	padding-top: 230px;
	padding-left: 560px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #172C3D;
	line-height: 20px;
	}
#head_3 h1{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #172C3D;
	font-weight: bold;
	}
#enterBotton {
	position: absolute;
	margin: 0 0 0 30px;
	}