/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Makes btreannouncer.net nice and clean.
*/

/* +++ changelog +++
Sept. 25, 2014
- HIDES DONATE AD
Feb 22, 2010
- hides footer ad
Feb 3, 2010
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(btreannouncer.net) {

/* HIDES TOP BANNER AD */
#banner { display: none !important }

/* HIDES LEFT SIDE-BAR AD */
#leftcontent { display: none !important }

/* HIDES RIGHT SIDE-BAR AD */
#rightcontent { display: none !important }

/* HIDES ANNOYING INFO MESSAGE */
#infomesg { display: none !important }

/* HIDES FOOTER AD */
#footer { display: none !important }

/* HIDES DONATE AD */
div[id*="popupWindow"] { display:none !important }

}