body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Arial, Verdana, 'Lucida Grande', Sans-Serif;
	background: #111111 url('bkgrd-body.jpg') no-repeat top center;
	background-position: 0 0px;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	color: #686868;
	text-align: left;
	}

