/**
 * = Global reset
 * = @see http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 * = Resets all elements to defaults across browsers
 * -------------------------------------------------------------------
 */



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, ins, kbd, q, s, samp, small, strike, strong, 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 style = browser default */
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	/*vertical-align: baseline;*/
}
img {
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul {
	list-style: none;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}
/*
remove dotted borderlines
*/
a:active {outline: none;}
a {outline: none;}
:focus {-moz-outline-style: none;}

/* Set strong and em back to normal */
/* b and i are included -just in case */
strong, b {  font-weight: 700; }
em, i { font-style: italic; }

/**
 * = Clearfix
 * ----------------------------------------------------------
 * @see http://www.positioniseverything.net/easyclearing.html
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

body {
	text-align:center;
	background-color:#231f20;
	}
.block {
	width:820px;
	margin: auto; 
	}
