  body {
	font-family: "Lucida Grande", Tahoma;
	font-size: 10px;
	font-weight: lighter;
	font-variant: normal;
	text-transform: uppercase;
	color: #666666;
   	margin-top: 200px;
	vertical-align : auto;
	text-align: center; /*important; */
	letter-spacing: 0.3em;


    /*color: grey; */
}

a {
	color : grey;
}

main {
	padding-top: 30px;
	padding-bottom: 30px;
}

footer {
	position: absolute;
	width: 100%;
	bottom: 100px;
	left: 0;
}

.grey {
	padding: 1rem;
	text-decoration: none;
	color: #D2D2D2;
}
