/*
___________________________________________________________________________
|                  |                                                       |
|          Title:  |  Custom About:Credits Background Image                |
|    Description:  |  Makes Personalized image appear on Mozilla's Credits |
|         Author:  |  -=Ben=-                                              |
|   Date Created:  |  May 8, 2008                                          |
|   Date Updated:  |  May 8, 2008                                          |
|        Version:  |  1.0.0.0                                              |
|__________________|_______________________________________________________|

*/

@-moz-document url-prefix(about:credits)
{

/*White background text*/
body,head
{
  background-color:#FFFFFF;
  background:#FFFFFF;
}



/*Background Image of Page*/
div#aboutPageContainer
{
  background: url("http://www.library.drexel.edu/blogs/librarylog/firefox.jpg") !important;
  /*margin:0px !important;*/
  background-color:#FFFFFF;
  background:#FFFFFF;
  background-position:center !important;
  background-attachment:fixed !important;
  background-repeat:no-repeat !important;
  /*border:none !important;*/
}



}