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, 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;
}

:focus {
	outline: 0;
}

body {
	padding: 24px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #707070;
	background-color: #000;
}

h1 {
	margin: 0 0 12px 0;
	color: #fff;
	font-size: 2.2em;
}

h2 {
	margin: 0 0 14px 0;
	color: #fff;
	font-size: 2em;
}

p {
	margin: 0 0 14px 0;
	color: #fff;
	font-size: 1.2em;
}

a {
	color: #666;
}

a:hover {
	text-decoration: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

blockquote p {
	font-size: 1em;
}

table {
	width: 100%;
	margin: 20px 0 0 0;
}

table tbody tr:nth-child(odd) {
	background-color: #262626;
}

table tbody tr.odd {
	background-color: #262626;
}

table thead tr th {
	padding: 0 0 4px 8px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}

table tbody tr td {
	padding: 3px 0 3px 8px;
	font-size: 1.2em;
}

br.clear {
	clear: both;
}

div.hr {
	display: block;
	height: 1px;
	margin: 12px 0 24px 0;
	background-color: #212121;
}

/* Wrapper */
div#wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

div#wrapper div#container {
	width: 100%;
	text-align: left;
}
