@font-face {
    font-family: fontgrejen;
    src: url(/font.dat) format(opentype);
}

div{
    position: absolute;
    left: 50%;
    top:50%;
    width:396px;
    height:604px;
    margin-left:-198px;
    margin-top:-302px;
    background-image:url('wr.jpg');
    background-repeat:no-repeat;
}

p { 
    padding-left: 100px;
}

body { 
    font-family: fontgrejen, sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 300;
}
