/* Remove Everything */
html, body, div {
	margin:0;
	padding:5px;
	background:none;
	width:100%;
}
div#first, div#second, div#fourth, #menu, #comments, #commentform, #footer, img, h1.interview {
	display:none;
}
div#third {
	width:100%;
}
div#third p {
	margin:10px 0;
	color:#000;
	font:normal 12px Arial;
	line-height:140%;
}
div#third h1 {
	font:bold 40px Arial;
	padding:0;
}
a {
	color:#000;
	text-decoration:none;
}
