/* blue */
div#wrapper {/*background: transparent url('../img/blue/containerBg.png') 50% 0 no-repeat;*/}

/* Replaced with gradient below - GD  */
/* body {
  background: #fff url('../img/blue/bg-blue.jpg') 0 0 repeat-x;
} */

body {
  background: var(--clr-light);
  height:100%;
}

div#header {
  background: none
}

div#footer {background: transparent;}

div#topmenu_nav{background: url('../img/blue/menuBg.png') 0 0 no-repeat;}