@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("userscripts.org") {
#header {
position:fixed !important;
top:0 !important;
left:0 !important;
width: 100% !important;
}

#content {
margin-top: 120px !important;
}

#tag-cloud {
margin-top: 120px !important;
}

#right {
margin-top: 117px !important;
}
}