/* the whole website */

BODY {
  margin             : 0px 0px 0px 0px;
  background-color   : #f1f1f1;
  background-image   : url(/media/background/mainbg2.jpg);
  background-repeat  : repeat-x;
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #3e3e3e;
  text-decoration    : none;
}


td {
  font-size          : 11px;
  font-family        : Verdana, Arial, Helvetica, sans-serif;
  color              : #3e3e3e;
  text-decoration    : none;
}


/* topcircles */

.topcircles {
  background-image : url(/media/home/topcircles.jpg);
  background-position:top left;
  background-repeat:no-repeat;
}

