Bueno, sigo jodiendo con esto
Casi no se les puede cambiar nada porque son puras celdas con fondo (<td><img /></td>)
_Los codigos hacen referencia a la imagen_
Código: <style type="text/css">
body {
background: red; /* COLOR ROJO */
}
td[background="http://theme.webme.com/designs/gelb/images/left/illustration.jpg"] {
background: green; /* COLOR VERDE */
}
td[background="http://theme.webme.com/designs/gelb/images/left/background.jpg"] {
background: orange; /* COLOR NARANJA */
}
td[background="http://theme.webme.com/designs/gelb/images/left/bg_light.gif"] {
background: yellow; /* COLOR AMARILLO */
}
td[background="http://theme.webme.com/designs/gelb/images/left/bg_dark.gif"] {
background: blue; /* COLOR AZUL */
}
</style>