/*
 * Travar barra do topo do orkut
 *
 * Author			: Guzzs
 * Updated			: 06/01/09
 * Website			: not yet
 * Usage			: Use com a extenÃ§Ã£o Stylish do firefox. (http://userstyles.org/)
 * 
 */

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("orkut.com.br") {
Body{

padding: 8px 0px 0px 0px !important;

}

div#footer {
display: none !important;
}
div#header {
position: fixed !important;
top: 0px !important;
right: 0 !important;
left: 0 !important;
z-index:10;
}
}