Hola a todos, tengo un problema. Como pongo a este codigo una marca de agua, supuestamente creo ya esta integrado, eso creo yo, pero quiero que le den un vistaso a mi codigo css
Código CSS:
Ver original/* Backgrounds */
body.bgstyle1 {background: #0B0B0B;}
body.bgstyle2 {background: #ddd;}
body.bgstyle3 {background: #0F1721;}
body.bgstyle4 {background: #1F1001;}
body.bgstyle5 {background: #061C08;}
body.bgstyle6 {background: #18061C;}
body.bgstyle7 {background: #0B0B0B;}
body.bgstyle8 {background: #240500;}
body.bgstyle9 {background: #1F030A;}
body.bgstyle10 {background: #D0F4F6;}
body.bgstyle1 #main-background {background: url(../images/backgrounds/bgstyle1/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle2 #main-background {background: url(../images/backgrounds/bgstyle2/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle3 #main-background {background: url(../images/backgrounds/bgstyle3/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle4 #main-background {background: url(../images/backgrounds/bgstyle4/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle5 #main-background {background: url(../images/backgrounds/bgstyle5/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle6 #main-background {background: url(../images/backgrounds/bgstyle6/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle7 #main-background {background: url(../images/backgrounds/bgstyle7/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle8 #main-background {background: url(../images/backgrounds/bgstyle8/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle9 #main-background {background: url(../images/backgrounds/bgstyle9/bgimage.jpg) 50% 0 no-repeat;}
body.bgstyle10 #main-background {background: url(../images/backgrounds/bgstyle10/bgimage.jpg) 50% 0 no-repeat;}
Donde tengo que modificar para que salga el fondo con marca de agua ?.
Gracias.