/* * * * * * * * * * * * * *
		REDEFINE HTML
* * * * * * * * * * * * * */

html, body {
	margin: 0;
	padding: 0;
	height: 100%
}

body{
	

	font-size: 20px;
	line-height: 1.4em;
	background-color:#000;

color:#FFFF00;
font-family:Arial,Helvetica,sans-serif;

}
a {
color:#FFFFFF;
font-weight:bold;
}
img {
	border:none;
}

.mainwrapper2{
  display:none;
}

label{
	width:250px;
	display:block;
}

input{
	font-size:18px;
}

#logo_comune{
	
	background: url("../img/logocontrasto.png") no-repeat transparent;
	
	width:480px;
	height:116px;
}

#gmap{
	width:640px;
	height:400px;
	border:1px #333333 solid;
}
