/****************************************/
/* HTML ELEMENTS 						*/
/* including Eric Meyer’s CSS Reset 	*/
/****************************************/
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea,
header, nav, section, article, aside, figcaption, figure, footer /* HTML5 tags too */ {
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
}
/*
:focus { 
	outline: 2px;
}
*/
html {
	height: 100%;
}
body { 
	min-height: 100%;
	overflow-x: hidden;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	background: #fefefe;
	color: #848484;
	text-align: center;
}
ol, ul { 
	list-style: none; 
}
a {
	color: #e67e22;
	text-decoration: none; 
}
a:hover, a:active, a:focus {
	color: #ff7600;
}
h1 {
	font-size: 72px;
	padding: 100px 0;
	color: #e67e22;
}
footer {
	position: absolute;
	left: 0;
	bottom: 30px;
	width: 100%;
}
/****************************************/



