* {
margin: 0;
padding: 0;
}
body {
	background: #fff none;
	font: 12pt Verdana,Sans-serif;
	
	}
#main, #main_cont {
	background: none;
	clear: right;
	background-image: none;
	top : 10px;
	left : 20px;
	bottom: 20px;
	height: auto;
	line-height: 140%;
}
#top, #nav {
	display: none;
}
#mainContent a:link:after, #mainContent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 70%;
	color: #000;
}
#mainContent a[href^="/"]:after {
	content: " (http://www.mozilla.org" attr(href) ") ";
}