
/* @group GLOBALS */

html {
	background: white;
	width: 100%;
}

body { 
	padding: 0;
	margin: 0;
	color: grey;
	font-size: 0.75em; /* 12px */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	line-height: 1.8em;
	text-align: center;
}

img {
	width: 600px;
	height: 500px;
	margin: 100px auto;
}
