/* CSS Document */

/* Elementi generali */
div#schermo {
  position: absolute;
  width: 100%; height: 100%;
	min-width: 1004px; min-height: 580px;
}
div#capo {
  position: absolute;
  top: 50%; left: 50%;
  width: 1000px; height: 576px;
  margin-left: -500px; margin-top: -288px;
}
div#capo div, div#capo img {
  position: absolute;
}
div.pallini {
	left: 1px;
  width: 998px; height: 37px;
}
div#rosso {
	top: 242px;
  background: url(../img/sfondi/quadrato_rosso.png) 0 0 repeat-x;
}
div#giallo {
	top: 283px;
  background: url(../img/sfondi/quadrato_giallo.png) 0 0 repeat-x;
}
div#blu {
	top: 323px;
  background: url(../img/sfondi/quadrato_blu.png) 0 0 repeat-x;
}
div#testi {
	top: 398px;
	width: 1000px;
	text-align: center;
}
