http://vab-consulting.blogspot.com/
Les dejo el html de inicio porque no se como miercolesss podrar lograr que la imagen quede centrada: que debo poner? ya probe con background: center
y nada... alguna solución a mano?
Gracias !!!!
Código PHP:
/*-- (Hiding the navbar) --*/
#navbar-iframe {
height:0px;
visibility:hidden;
display:none
}
* {
margin: 0; padding: 0;
}
body {
text-align: center;
font: 12px Arial;
color: #808080;
background: #F8F8F8 url(http://www.vab-consulting.net/Copia%20de%20CABECERA%20YO.png) no-repeat 0 0;
}
a {
text-decoration: none;
color: #3d6f92;
}
a:hover {
text-decoration: underline;
color: #ff0000;
}
img {
border: 0;
}
.break {
font-size: 0;
width: 0; height: 0;
clear: both;
}
.alignleft {
float: left;
margin: 4px 10px 5px 0;
}
.alignright {
float: right;
margin: 4px 0 5px 10px;
}
.aligncenter {
text-align: center;
}
.hidden {
display: none;
}
/** BEGIN wrapper **/
#wrapper {
width: 1024px;
margin: auto auto;
text-align: left;