/****************************************************************************************************************************
STILE CSS PER PRIMA PAGINA (PRESENTAZIONE)
****************************************************************************************************************************/
					
html {
	background: #A51E22;
	margin: 0;
	height: 100%;
	}

body {
	background: #A51E22;
	margin: 0;
	height: 100%;
	}
#container {
	background: url(../images/bg_body_red.jpg) repeat-y;
	margin: 0 auto;
	width: 950px;
	height: 100%;
	}
#wrap {
	background: url(../images/bg_body_red.jpg) repeat-y;
	margin: 0 auto;
	width: 950px;
	}

#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: 330px;
	}
#head_3 div{
	padding-top: 200px;
	padding-left: 560px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6A6B6D;
	line-height: 20px;
	}
#head_3 h1{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #6A6B6D;
	font-weight: bold;
	}
#enterBotton {
	position: absolute;
	margin: 0 0 0 30px;
	}