body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px;

	
	background-image:url('images/sfondo.png');
background-repeat:no-repeat;
background-position:top center;
height:1400px; 
	
}


#content {
  width: 920px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#homeButton {
	position:relative;
	width:80px;
	height:30px;
	top:140px;
	left:20px;
	float:none;
	z-index:1000;
	cursor:pointer;
	clear:both;
}

.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 1px solid #CCCCCC;
	padding-left: 1px;
}
h1 {
	color: #99CC00;
	margin: 0px 0px 5px;
	padding: 0px 0px 3px;
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #E6E8ED;
}
a {
	color: #2D3954;
	font-size: 11px;
}
a:hover {
	color: #99CC00;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}

