body {
	text-align: center; 
	margin: 0px; 
	background-image: url(../images/sfondo_pagina.jpg);
}

/*serve per intera pagina*/
#container {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: auto;
	margin-top: 0px;
	text-align: center;
	border: 0;
	background-image: url(../images/sfondo_montagne_h.jpg);
	background-repeat: repeat-x; 
	width: 100%;
	height: 230px;
}

#container1 {
  position: relative;
	top: 0px;
	left: 0px;
  margin: auto;
	width: 680px;
	border: 0px;
	z-index: 0;
}


/*logo*/
#data {
	position: absolute;
	top: 20px;
	left: 512px;
	width: 186px;
	text-align: left;
	font-size: 9px;
	font-family: Verdana,Arial,Helvetica,Sans;
}

/*logo*/
#logo-home, #logolink {
  position: absolute;
	top: 70px;
	left: 0px;
	background-image: url(../images/logo_home.gif);
	background-repeat: no-repeat;
	font-size: 36px;
	text-align: left;
	width: 664px;
	height: 470px;
	z-index: 10;
}

#logolink {
 left: 160px;
 width: 410px;
 height: 377px;
 background-image: none;
 z-index: 11;
}

#logolink img {
 width: 410px;
 height: 377px;
 border: 0px;
}

#buttons {
	position: relative;
	top: 84px;
	left: -20px;
	width: 260px;
	margin-top: 12px;
	margin-left: 4px;
	text-align: left;
	z-index: 10;
}

#buttons img {
	border: 0px;
}

#credits {
	position: relative;
	top: 380px;
	left: 490px;
	width: 187px;
	height: 50px;
	background-image: url(../images/credits_home.jpg);
	background-repeat: no-repeat;
}

#credits img {
	width: 187px;
	height: 50px;
	border: 0px;
}	
