/*
 * Author:            Will (war59312@gmail.com)
 * Description:       Removes Ads On blackviper.com
*/

/* +++ changelog +++
Oct 24th, 2011
- original release
*/

@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("blackviper.com") {

/* Hides Ads */
#widgets-above-header, #text-6, #text-2, #horizontal-outer-widgets-2 { display: none !important }

}