
@font-face {
    font-family: CenturyGothic;
    src: url("../fonts/CenturyGothic1.ttf");
}
@font-face {
    font-family: CenturyGothic2;
    src: url("../fonts/CenturyGothic2.ttf");
}
@font-face {
    font-family: CenturyGothic3;
    src: url("../fonts/GOTHIC.TTF");
}
@font-face {
    font-family: CenturyGothic4;
    src: url("../fonts/GOTHICB.TTF");
}
@font-face {
    font-family: CenturyGothic5;
    src: url("../fonts/GOTHICB0.TTF");
}
@font-face {
    font-family: CenturyGothic6;
    src: url("../fonts/GOTHICBI.TTF");
}
@font-face {
    font-family: CenturyGothic7;
    src: url("../fonts/GOTHICI.TTF");
}

* {
    box-sizing: border-box;
    font-family: CenturyGothic, sans-serif;
    margin: 0;
    padding: 0;
}
html,body {
	height: 100%; /*Firefox needs this line...*/
}