@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("grooveshark.com") {

#homeFooter{
    display: none;
}

.capitalWrapper_300{
    display: none;
    height: 0px;
    width: 0px;
}

#theme_home IMG{
    height: 0 !important;
	width: 0 !important;
	/* these numbers match the new image's dimensions */
	padding-left: 125px !important;
	padding-top: 25px !important;
	background: url(http://example.com/your/image/here) no-repeat !important;
	display: none;
}

#theme_home{
    width: 100% !important;
    height: 100% !important;
    background-image: url(http://www.dubstepplug.com/images/Black%20Background%20Wood%20Clean%20-%202560x1600%20by%20Freeman.jpg) !important;
}


}