@charset "utf-8";
/* CSS Document */

body{
	background-color: Black;
	margin: 0px;
}
#contenitore{
		background-color: Black;
		
}
#corpo{
	width: 720px;
}
#centrato {
  display:     block;
  width:       800px;
  height:      450px;

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

  margin:      -225px 0 0 -400px;

  background:  #000000;
}
