@font-face {
    font-family: 'standard0765';
    /*src: url('/fonts/standard_07_65.ttf') format('truetype');*/
    src: url('../fonts/standard_07_65.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

.workarround
{
    font-family: 'standard0765';
    position: absolute;
    visibility: hidden;

}

body {
    margin: 0;
    padding: 0;
}

#turn{
    width:100%;
    height:100%;
    position:fixed;
    top:0px;
    left:0px;
    background-color:white;
    background-image:url('../images/user/playportrait.png');
    background-repeat:no-repeat;
    background-position: center center;
    display:none;
}