html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	
   font-family: "WoodfordBournePRO-Regular-Regular", Helvetica, Arial;
	background-size: 100% auto;
	background-color: #000;
	color:#fff;
	position:relative;
	-webkit-font-smoothing: antialiased;


	position:relative;
	
}
.clearfix:after {  content: ".";  display: block; height: 0;  clear: both; visibility: hidden;}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;} 

.centeredContent{ text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.centeredContent div{margin-bottom:30px;}
a:link, a:active  { color:yellow; font-weight:Bold;}
a:visited { color:white; }
