/* CSS Document */

Body{
background-color:#000000;
}
#centro {
width: 700px;
height: 530px;
top: 50%;
left: 50%;
margin-top: -300px;
margin-left: -390px;
position: absolute;
}