/*************************
Description:
Makes rapidshare.com look a bit cleaner and simpler.

Contact info:
nake89 (nake89@gmail.com)
nake89.blogspot.com
**************************/

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("rapidshare.com") {

body {
 background: white !important;
}

p {
display: none !important;
}

#header {
display: none !important;
}

#footer {
display: none !important;
}

ul {
display: none !important;
}

#terminator {
display: none !important;
}

}