/*
___________________________________________________________________________
|                  |                                                       |
|          Title:  |  Custom About:Plugins Background Image                |
|    Description:  |  Makes Personalized image appear on Plugin Details    |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  May 7, 2008                                          |
|   Date Updated:  |  May 7, 2008                                          |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/

@-moz-document url-prefix(about:plugins)
{


body
{
  background: url("http://www.library.drexel.edu/blogs/librarylog/firefox.jpg") !important;
  margin:0px !important;
  background-position:center !important;
  background-attachment:fixed !important;
  background-repeat:no-repeat !important;
  border:none !important;
}

/*Uncomment below to make the Plugin Descriptions have a White background for all text... Easier to read
dd
{
  background:#FFFFFF;
  background-color:#FFFFFF;
}
*/


}