html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background: #0d1114;
	font-family: Helvetica, Arial;
	color:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
a {
	color:#fff;
}

#wrapper {
	width:400px;
	margin:30px auto;
	font-size: 20px;
	line-height: 26px;
}
#wrapper h1 {
	color: #ff4e54;
	margin:30px 0;
}
#stuff span:first-child { text-transform: uppercase; }

#wrapper p {
	margin:20px 0;
}
#wrapper img {
	border:1px solid #3c3c3c;
}
#wrapper img.floatright {
	float: right;
}
#wrapper a.external {
	background: url(external.png) center right no-repeat;
	padding:0 14px 0 0;
}