div, span, button, form, img, a {
  display: inline;
  float:left;
}
body {
  font-family: Verdana;
  font-size: 10px;
  background: #FFEE9A;
  text-align:center;
  margin: 0px auto;
  border:0px solid #FF0000;
  width: 922px;
  background: url("/images/css/sfondo_01.jpg") repeat top left;
}
#body2 {
  width: 922px;
  margin: 0px auto;
  border:0px solid #FF0000;

}

#intro {
  background: url("/images/css/bg_intro.jpg") no-repeat top left;
  width: 780px;
  height: 136px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 63px;
  border:0px solid #FF0000;
}
#credits {
	display: block;
	float: none;
}

#credits a{
	display: inline;
	float: none;
}
a.italiano,  a.inglese, a.tedesco, a.francese {
  text-decoration: none;
}

.italiano {
  margin: 0px 0px 0px 600px;
  width: 45px;
  height: 30px;
}

.inglese {
  margin: 0px 0px 0px 0px;
  width: 35px;
  height: 30px;
}

.tedesco {
  margin: 0px 0px 0px 0px;
  width: 35px;
  height: 30px;
}

.francese {
  margin: 0px 0px 0px 0px;
  width: 35px;
  height: 30px;
}


