cioa
allora x cambiare lo sfondo devi agire nel css in ben 3 parti una e questa
PageBackgroundGlareImage {template.css (riga 29)
background-image:url(../images/Page-BgGlare.png);
background-repeat:no-repeat;
height:512px;
margin:0;
width:601px;
}
la seconda
body {template.css (riga 6)
background-color:#000000;<<<qui
margin:0 auto;
padding:0;
}
3parte
.PageBackgroundSimpleGradient {template.css (riga 45)
background-image:url(../images/Page-BgSimpleGradient.jpg);
background-repeat:repeat-x;
height:209px;
position:absolute;
top:0;
width:100%;
}
e per mettere il topmenu al centro qui
artmenu {template.css (riga 338)
padding:6px 190px;
}