para quitarlo:<style>
#hi5-common-header {display:none;}
</style>
para poenrle un fondo diferente: (imagen)
<style>
#hi5-common-header {background-color:transparent;background-image:url(
http://direccion-de-la-imagen.com);}
</style>
para poenrle un fondo diferente: (color)
<style>
#hi5-common-header {background-color:#
000000;background-image:url();}
</style>
tanto la dirección subrayada como el número en rojo, alteran la imagen y el color respectivamente
en esta página podran encontrar códigos para los colores ;)
http://usuarios.sion.com/pauluk/coloreshtml.htmFiltros (Sólo funciona en IE {Internet Explorer})
<style>
#hi5-common-header{
FILTER:xray;}
</style>
lo que esta en rojo pueden cambiarlo y probar con los siguientes filtros:
1.- Rayos X:FILTER:xray
2.- Desenfoque:Filter: Blur(Add = 0, Direction = 225, Strength = 10)
3.- Invertir image:Filter: FlipV
4.- Escala de grices:Filter: Gray
5.- Invertir colores:Filter: Invert
6.- Ola:FILTER: Chroma(Color = #000000) Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)
7.- circulo de opacidad:Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0)
8.- Circulo de ocacidad y ola:Filter: Alpha(Opacity=100, FinishOpacity=0, Style=2, StartX=20, StartY=40, FinishX=0, FinishY=0) Wave(Add=0, Freq=5, LightStrength=20, Phase=220, Strength=10)
espero les sirva :D