@font-face {
    font-family: 'hermesregular';
    src: url('./font/hermes-regular-webfont.eot');
    src: url('./font/hermes-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('./font/hermes-regular-webfont.woff') format('woff'),
         url('./font/hermes-regular-webfont.ttf') format('truetype'),
         url('./font/hermes-regular-webfont.svg#hermesregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{width:99%;margin-top:10%;background-color:#ddd908;font-family: 'hermesregular';font-size:16px;}
#center{width:956px;height:410px;margin:0 auto;text-align:center;border:1px solid white;color:white;padding-top:75px;}
	#center p{letter-spacing: 9px;}
	#center img{width:209px;margin:0 auto;padding-top:70px;padding-bottom:85px;display:block;}
	#center p a{color:#1a181b;font-size:14px;letter-spacing: 3px;}