@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("pandora.com") {

/* PLEASE NOTE: This style plays havoc with the profile
pages and probably others that I've not yet checked...
This is for your late night jam sessions when all 
your friends are doing annoying things like
sleeping and such... 
*/ 

/*=========================================*/
/* This affects your overall background color. 
Changing the background color here will 
not do anything unless you replace the 
image URL as indicated in the *:not(:empty)
object modifier below...
*/

html, body { 
background: none #000 !important; 
}

/*=========================================*/
/* Changes the base background BEHIND the
music player's background....
You can substitute your own background 
image URL or replace the whole line with this:
     background-image: none !important;
*/

*:not(:empty) {
background-image: url("http://www.eprintpromotions.com/images/PandoraBG.gif")!important; 
}

/*=========================================*/
/* Changes here affect the music player 
opacity and position - I've optimized 
the position to be centered on a 1024x768 
monitor resolution - 
***NOTE*** You can replace the music player's
background image here just like it's done above: 
*/

#container {
background-image: url("http://www.eprintpromotions.com/images/PandoraBorder.jpg")!important; 
opacity: .44 !important;
left: 14.5% !important;
top: 0%! important;
}

/*=========================================*/
/* You can change the music player 
container hover/rollover opacity here */

#container:hover {
opacity: .70 !important;
}

/*=========================================*/
/* I didn't really take the time to even 
find out what this id element was all about -
All I know is that if it's not hidden it F's
with the layout...

#tuner {
background-image: none !important;
}

/*=========================================*/

/* unComment/Comment to hide/show the text ads on the page >>>>>>>>>>>>>>>>>>>>> */

p, 
img,
div#tuner_ad,
div#tuner_ad_container, 
div#button_container,
div#tip_script_container,
div#pandora_tips,
div#footer
{
display: none !important;
}

/*=========================================*/

}