/*manual background changes*/

/*OVERRIDE regions[header]: setting region background color
to transparent so that you can see the background image behind it*/
#header{
    background-color:transparent;
    min-height: 190 px;
    /*background-image:url('http://wwww.gpelectronics.be/web/fotos/logo_gp/background.png');   */
}

/*OVERRIDE regions[content]: setting region background color 
to transparent so that you can see the background image behind it*/
/*#page,
#main-wrapper,
#main-menu-links li a.active,
#main-menu-links li.active-trail a{
    background-color:transparent;
    background-image:none;
}*/
/*OVERRIDE page-wrapper: setting a background image*/
/*#page-wrapper{
    background-image:url('http://wwww.gpelectronics.be/web/fotos/logo_gp/background.png');
}*/

/*OVERRIDE regions[footer]: setting region background color to transparent so that
you can see the background image behind it*/
/*#footer-wrapper{
    background-color:transparent;
    background-image:none;   
}*/