@font-face {
    font-family: 'playbold';
    src: url('font/Play-Bold.ttf');
}

body {   
    background-color:#111;       
    font-size:12px;
    font-family: playbold,sans-serif;
    height:100%;
    margin:0px;
    padding:0px;
    text-transform:uppercase;
    width:100%;
}

