body {
	background-image: url(../sfondo.jpg);

}

input, textarea, select {
	border: 1px solid #FFB828;
	background-color: #eaeaea;
	margin: 2px;
	padding: 2px;
	font-family: Verdana;
	color: #FFB828;
	font-size: 11px;
}

#bottomFrame {
  height: 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0 0;
  }
