@font-face {
    font-family: 'futura-ltcn-bt';
    src: url('/font/FuturaLightCondensedBT.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html, body{
    margin:0;
    padding:0;
    font-family: 'futura-ltcn-bt', sans-serif;
	font-size: 16px;
}

#container{
    position:relative;
    width:100%;
    overflow: hidden;
}

#top{
    position:absolute;
    top:0;
    left:0;
    right:0;
    z-index:2;
}

#bottom{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}

#css{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    z-index:2;
}
