@font-face {
    font-family: 'Prosto-One';
    src:url('Prosto-One.ttf.woff') format('woff'),
        url('Prosto-One.ttf.svg#Prosto-One') format('svg'),
        url('Prosto-One.ttf.eot'),
        url('Prosto-One.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

* {
    font-size: .9em;
    font-family: 'Prosto-One';
    color: #666666;
    text-decoration: none;
}

div#main {
    width: 770px;
    height: 370px;
    margin: 50px auto auto auto;
    padding: 15px;
    border: 1px solid #999999;
    background: #ffffff url('../images/hermitse.png') no-repeat;
}
div#footer {
    width: 785px;
    margin: 0px auto auto auto;
    padding: 2px 0 2px 15px;
    text-align: right;
    color: #aaaaaa;
}

p {
    margin: 0 0 10px 0;
}

h1 {
    font-size: 40pt;
    font-weight: normal;
    line-height: 40px;
    margin: 0 0 15px 0;
}

h2 {
    font-size: 12pt;
    font-weight: normal;
    line-height: 12px;
    margin: -10 0 20 0;
}
