@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("9gag.com") {
	
#headbar-wrap,div.feature-bar,.side-dock,.safe-mode-toggle,div.list-tips,div.sticky-items,div.fatbigdick.all-users-expand {
    display: none;
}

#main {
    width: 500px;
}

#container {
    top: -65px;
    width: 500px;
}

body {
    background-repeat: repeat ;
    background-image: url('http://i.imgur.com/CN1ie.jpg') ;
    background-position: top,left ;
    background-color: transparent ;
    font-family: Arial;
    font-size: 13px;
    color: #CCCCCC ;
}

.filter-bar,.post-info-pad,#content {
    background-color: #7a787a;
    background: transparent ;
    background-image: url('http://i.imgur.com/Sma6j.png') ;
    border-style: solid ;
    border-color: black ;
    border-radius: 5px;
    color: #CCCCCC ;
    box-shadow: 2px 2px 10px #000 ;
    width: 500px;
    border-top-width: 1px;
    border-bottom-width: 1px;
}

a.current {
    background-color: #242424;
    color: #ccc;
}

li a {
    color: #ffffff;
    font-size: 20px;
}
}