/* OVER ARCHING TAGS*/
html{
	font: 62.5% Geneva, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	height: 100%;
	height: auto;
}
body{
	position: relative;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: scroll;
	margin:0px auto;
	height: 100%;
	background: none;
	font-size: 1em;
}

