
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, 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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
:focus {
/* remember to define focus styles! */
	outline: 0;
}
html, body {
	height: 100%;
}
body {
	background: #270C1C;
	color: #270C1C;
	font: 100.01%/1.4 sans-serif;
	text-align: center;
/* horizontal centering for IE Win quirks */
}
#distance {
	width: 1px;
	height: 50%;
	margin-bottom: -13.75em;
/* half of container's height */
	float: left;
}
#container {
	margin: 0 auto;
	position: relative;
/* puts container in front of distance */
	height: 27.5em;
	width: 45em;
	clear: left;
}
