@font-face {
	font-family: 'MyWebFont';
	src: url('../font/ClementePDae-Light.ttf') format('truetype');
}

body {
	font-family: 'MyWebFont', Fallback, sans-serif;
	color: #645b50;
}

#container {
 	text-align: center; 
 	position: absolute; 
/* 	border: 1px green dashed; */
 	width: 550px;
 	height: 500px; /* 324px; */
 	top: 50%; 
 	left: 50%;
 	margin-top: -250px; /* -162px; */
	margin-left: -275px;
}

#contact {
	text-align: left;
}

a {
	text-decoration: none;
	color: #645b50;
}

span {
	color: #97be0d;	
}