/* CSS Document */
* {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:0;
text-decoration:none;
}

body {
background:#6d6e71;
}

#centro {
width: 531px;
height: 362px;
background:#FFFFFF url(../img/fundo.gif) no-repeat;
position: absolute;/* posiciona em 
relação um canto superior esquerdo da tela */ 
left:50%;
top:50%;
margin-left:-265px;
margin-top:-181px;

}

#centro img {
position: absolute;
left:50%;
margin-top: 50px;
margin-left:-154px;
}

#centro p a img{
position: absolute;
left:50%;
margin-top: 210px;
margin-left:-166px;
}

#centro address img {
position: absolute;
left: 50%;
margin-left:-162px;
margin-top: 285px;
}
