body {
	background: #ccc;
	font-family: georgia, serif;
	text-align: center;
}

h1 {
	color: #369;
	font-family: trebuchet, sans-serif;
	font-size: 224%;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

h2 {
	color: #369;
	font-family: trebuchet, sans-serif;
	font-size: 124%;
	font-weight: bold;
}

p {
	margin: 0.5em 0;
}

.button {
	padding: 10px;
	text-align: center;
}

.content {
	float: left;
	width: 50%;
}

#nf-body::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nf-body {
	background: #fff;
	color: #666;
	display: inline-block;
	margin: 10px auto;
	padding: 10px;
	text-align: left;
	width: 480px;
}
#nf-body {
	display: block;
}