/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }
body { font: 14px Georgia, serif; }

article, aside, figure, footer, header, hgroup,
menu, nav, section { display: block; }

#page-wrap { width: 450px; margin: 10px auto; }

body { background: #fff; text-align: center; color: #eee; font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
h1 { font-size: 25px; font-weight: 600; margin: 0 0 30px 0; }

pre {
	background: #ddd;
	text-align: left;
	padding: 20px;
	margin: 0 auto 30px auto; 
	border: 1px solid #aaa;
	font-size: 13px;
	color: #444;
}