body {
	margin: 0; 
	padding:0; 
	background-color: #834607;
}
#site_container {
  width: 900px;
	height: 900px;
	text-align: center;
	background: url("../images/back_home.jpg"/*tpa=http://www.associazionelasa.it/images/back_home.jpg*/) no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#mnu {
  background:url(../images/blank.gif);
  height:128px;
}

#aigae {
	top: 26px;
	left: 352px;
  width: 270px;
  height: 90px;
  position: relative;
  float: left;
  cursor: pointer;
/*
  border: 1px solid yellow;
*/
}

#footer {
	margin-top: 25px;
	margin-left: 75px;
	text-align: left;
	font: 14px verdana;
	font-weight:normal;
}
#footer a:link {
	color: #000000;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #000000;
}
#footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #000000;
}

