﻿*
	{
		-moz-box-sizing :					content-box;
		-webkit-box-sizing :				content-box;
		box-sizing :						content-box;
		margin :							0;
		border :							0;
		padding :							0;
		outline :							none;
		line-height :						inherit;
		color :								inherit;
		font-family :						inherit;
		font-size :							100%;
		vertical-align :					baseline;
		letter-spacing :					0.5px;
		word-spacing :						1px;
	}

body
	{
		overflow-y :						auto;
		background-color :					#ffffff;
		color :								#333333;
		line-height :						1.7em;
		font-size :							1em;
		font-family :						"EBGaramond", "Palatino Linotype", Palatino, "Book Antiqua", "Times New Roman", Times, serif, Arial;
		font-weight :						400;
		background-attachment :				scroll;
		background-image :					url(../images/backgrounds/forerunner-design-2012.png);
		background-repeat :					no-repeat;
		background-position :				center 0;
	}


