body {
	font-family: "Helvetica Neue", Arial, sans-serif;
	padding: 0;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 62.5%;
}

code {
	background: #def;
	color: #900;
}

div#wrapper {
	width: 400px;
	border: 1px solid #fff;
	margin: 20px auto;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

p {
	font-size: 1.3em;
	font-weight: bold;
}