Sin tener el html, y especulando un poco, no visualizo cual es tu problema, esto funciona bien
Código HTML:
Ver original<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
/*<![CDATA[*/
body {
text-align:center;
}
#contenedor
{
position:relative;
background-image: url(Imagenes/a.jpg);
width:990px;
height:640px;
margin: 0 auto;
text-align:left;
border: 2px solid yellow;
}
.tabla_contacto
{
font-family:calibri;
color:yellow;
margin-top:0px;
margin-left:280px;
text-align:center;
font-size:20px;
}
/*]]>*/
<table class="tabla_contacto" border="1">
cambiá los margin de .tabla_contacto y lo vas a verificar
Saludos