@font-face {
    font-family:        LECK;
    src:                url('leckerli-one.regular.ttf');
}

body{
    margin:0;
    padding:0;
    height:             100%;
    width:              100%;
    overflow:           hidden;
    background-image:   url("bg.jpg");
    background-repeat:  no-repeat;
    background-size:    cover;
}

#div_000_title{
    height:             100%;
    width:              100%;
    text-align:         center;
    font-size:          100px;
    font-family:        LECK;
    color:		white;
}
