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

}

body {background-color:#3b5f49;font-family:courier,serif;color:#fff;font-size:12px;}
h1.logo  {width:500px;height:100px;text-indent:-1000px; background: transparent url('images/logo.png')  no-repeat;margin: 300px auto 25px auto;}

/* Links */
a {color: #fff;text-decoration: none;}a:focus,a:active,a:hover {text-decoration: underline;color:black;}


.about {font-size:15px;text-align:center;font-family:'AdobeCaslonProRegular', serif;}
#by {position:fixed;top:25px;left:5%;}
#date {position:fixed;top:25px;right:5%;}
#links_left {position:fixed;bottom:25px;left:5%;}
#links_right {position:fixed;bottom:25px;right:5%;}
