Prueba de la siguiente manera y comentas:
Código:
@import url("reseteo.css");
div#cabecera{
position: relative;
width: 800px;
height: 150px;
background: url(RUTA DE IMAGEN) #66ff66 repeat-x left bottom;
}
h1#cajaroja{
position: absolute;
left: 40px;
top: 10px;
width: 180px;
height: 200px;
background: #F00;
font-size: 35px;
letter-spacing: 0.2em;
/*font-weight: bold;*/
color: white;
font-family: Georgia, "Times New Roman", Times, serif;
border-left: 1px solid #CCC;
border-bottom: 1px solid #333;
}
Y como dice
dargorg, cambiale el nombre a la imagen en tu hosting y escribe la nueva ruta en:
Código:
background: url(RUTA DE IMAGEN)
Saludos.