body {
  background: url( 'background.png' );
}

/* {{{ colours */
a {
  color: #f33;
}

.whiteBox a, .wikibox a, .mainbox a {
  color: #722;
}
/* }}} */

/* {{{ footer */
.footer .ww_middle .ww_left {
  background: url( 'footing-left.png' ) top left no-repeat;
}
.footer .ww_middle .ww_right {
  background: url( 'footing-right.png' ) top right no-repeat;
}
.footer .ww_middle .ww_center {
  background: url( 'footing.png' ) top right repeat-x;
}
/* }}} */


/* {{{ header */
.header .ww_middle .ww_left {
  background: url( 'heading-left.png' ) top left no-repeat;
}
.header .ww_middle .ww_right {
  background: url( 'heading-right.png' ) top right no-repeat;
}
.header .ww_middle .ww_center {
  background: url( 'heading.png' ) top right repeat-x;
}
/* }}} */

