Este es el código que uso:
Código HTML:
<body> <div class="top_header"> Texto </div> </body>
Código PHP:
body{
background:url(../images/interface/top/bg_blue.jpg);
text-align:center;
margin:5;
padding:5;
}
.top_header{
vertical-align:bottom;
position:relative;
background:url(../images/interface/top/header_original.png);
width: 1000px;
height: 175px;
background-repeat:no-repeat;
margin:auto;
}
Cuál es el problema? Gracias