No creo que sea necesario cambiar todas las páginas.. solo con un CSS bien pensado se podría hacer mas del 90% del trabajo.. sin tener que cambiar la estructura que tiene ahorita la web.
El menú talves sea lo mas complicado..
a:link,a:hover,a:visited,a:active {
color:#000000;
text-decoration:none;
}
html {
background-color:#666666;
text-align: center;
}
font{
color:#000000;
}
body {
width: 990px;
min-width: 990px;
max-width: 990px;
margin-left:auto;
margin-right:auto;
font-size: 1.1em;
font-weight: bold;
background-repeat: repeat-x;
margin: 10px;
background-color: #f3f7f8;
background-image: url(images/bg_h1_cont.jpg);
text-align: center;
display: block;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 1px;
padding-left: 5px;
margin: 0px auto;
color:#000000;
}
table{
clear:both;
width: 100%;
background-color: transparent!important;
}
table *{
background-color: transparent!important;
}
table tr td p b font{
clear: both;
width: 100%;
display: block;
background-image: url(images/bg_h1_cont.jpg);
background-repeat: repeat-x;
}
center{
text-align: center;
}
center *{
text-align: center;
margin: 0px auto;
}
Hay que mejorarlo.. y no lo he probado en otros navegadores mas que en firefox..
Saludos!!
