mmm ok, miren la verdad ya me hice bolas

, les voy a explicar lo que quiero hacer exactamente:
Lo que pasa es que en mi página de myspace tengo una imágen que solo la puedo poner en un espacio creado dentro de los tags <style></style> , esta es la imágen:
http://itzweird.chiapashosting.com/images/myspace/7544.jpg
y lo que quiero hacer es cambiarla por esta animación:
http://itzweird.chiapashosting.com/myspace/nubes.swf
pero en realidad no esta de fondo como pueden ver aquí:
www.myspace.com/reinohvp
es decir que no importa que esté hasta el frente, al contrario, mejor, pero en el código tengo que ponerlo dentro de <style></style> para que aparesca en esa posición tal y como esta ahorita ya que no me permite ponerlo como una tabla y no sé como hacer para introducirlo. Y si lo pongo fuera me manda la animación a otro lugar de la página y eso es lo que no quiero.
Esté es el código para que lo chequen y me digan si se puede hacer algo o de plano ya ni le muevo
Código :
<Style type="text/css">
Body{background-color: 000000;
background-image:url("http://itzweird.chiapashosting.com/images/myspace/cabecera_reinohvp.jpg");background-position:Center Center;background-attachment:fixed;background-repeat:no-repeat;background-position: 0% 0%;}
Table, Td{background-color:transparent;border-style:none;}
table table td{width:100%;}
table table table table td{width:auto;}
table table table{width:100%;background-image:url(http://itzweird.chiapashosting.com/images/myspace/0876.jpg);background-position:Center Center;background-repeat:repeat;border-color:CCCCCC;border-style:solid;border-width:1px;padding:4px;}
table table table table{background-image:none;background-color:transparent;border-style:none;}
.orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{color:FFFFFF;font-size:8pt;font-weight:bold;text-decoration:none;font-style:normal;font-family:Arial,arial,verdana,sans-serif;}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{color:FFFFFF;font-weight:normal;text-decoration:none;font-weight:normal;font-style:normal;font-family:Arial,arial,verdana,sans-serif;}
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited{color:CCCCCC;font-weight:normal;text-decoration:none;font-style:normal;}
a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active{color:999999;font-weight:normal;text-decoration:underline ;font-style:normal;filter: blur(Strength=5,Direction=43); height: 0;}
table table table td {vertical-align:top ! important;}
span.blacktext12 {
background-color:transparent;
background-repeat: no repeat;
background-image:url(http://itzweird.chiapashosting.com/images/myspace/7544.jpg);
background-position:center center;
display:block; font-size:0px;
width:435px; height:300px; }
table {direction:rtl;}
table table table {direction:ltr;}
</Style>Este es el código que crea la tabla superior donde aparece la imágen que quiero cambiar.
Código :
table table table td {vertical-align:top ! important;}
span.blacktext12 {
background-color:transparent;
background-repeat: no repeat;
background-image:url(http://itzweird.chiapashosting.com/images/myspace/7544.jpg);
background-position:center center;
display:block; font-size:0px;
width:435px; height:300px; }
table {direction:rtl;}
table table table {direction:ltr;}
Muchas gracias y hasta pronto !!!
Nota del BOFH - por favor cuando pongas código agrega la etiqueta CODE