/* CSS Document */

body {
margin:0px 0px 0px 0px;
background-color:#d8ae00;
}

#contenitore {
margin:0px 0px 0px 0px;
width:900px;
margin-left:auto;
margin-right:auto;
}

div.centrato {
  display:     block;
  width:       900px;
  height:      700px;

  position:    absolute;
  top:         50%;
  left:        50%;

  margin:      -350px 0 0 -450px;

}