@font-face {
    font-family: 'TwCent';
    src: url("TwCenMTStdExtraBold.otf") format("opentype");
}
@font-face {
    font-family: 'TwCentLight';
    src: url("TwCenMTStd.otf") format("opentype");
}
body {
    background: #000000; 
    height:100%;
    margin: 0px 0px 0px 0px;
    padding:0;
    font-family: 'pt_sans_narrowbold';
    background-size: 100%;
 }