/* BODY */
body {
  background: #AAC5D6 url(../img/system/bg-xmas.png) top left repeat-x;
}
/* HEADER */
#header {
  float: left;
  width: 100%;
  position: relative;
  /* background: #FFF url(../img/system/bg-header-xmas.png) top left no-repeat; */
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
/* FOOTER */ 
#footer {
  background: #CED8DF;
  background: -moz-linear-gradient(top, #CED8DF, #B6CBD9 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#CED8DF), to(#B6CBD9)); 
  background: linear-gradient(top, #CED8DF, #B6CBD9);
} 

#footer div.multibox .socialmedia {
  background: #C6D4DD;
}

