@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("beta.friendfeed.com") {
	#header, #sidebar, #footer, .entry .profile {
		display: none !important;
	}

	#body {
		max-width: 100% !important;
	}
	
	#page {
		margin-right: 0px !important;
	}
	
	.entry .body {
		margin-left: 0px !important;
	}
}