@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix("http://www.badcartridge.com/index.php?/topic"),
url-prefix("http://www.badcartridge.com/index.php?showtopic"),
url-prefix("http://www.badcartridge.com/index.php?app=forums&module=post&section=post&do=reply_post") {

#breadcrumb > LI:last-child > A:after {
	content: "Back to Topic List";
	text-align: center;
	position: fixed;
	bottom: 10px;
	left: 370px;
	border: 5px solid #ccc;
	background: #ccc;
	color: #000;
}

}