hi , i would like to change the background outside of the main body and change the black color of the back ground whhere the logo is, for an image.
wich file and line i can do it ?
thanks in advance
gerardo
body {
background: #EEE;
}
#gkPageTop.dark {
background: transparent url(../images/headerbg.png) 0 0 no-repeat;
}
#gkPage {background: #f00;}