@charset "utf-8";
/* CSS Document */
/*@font-face {
    font-family: "CenturyGothic";
    src: url("fonts/centuryGothic.ttf") format("truetype");
}
</style>
<!--[if IE]>
@font-face {
    font-family: "CenturyGothic";
    src: url("fonts/centuryGothic.eot");
}*/
@font-face {
    font-family: 'CenturyGothic';
    src: url('fonts/centurygothic-webfont.eot');
    src: url('fonts/centurygothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/centurygothic-webfont.woff') format('woff'),
         url('fonts/centurygothic-webfont.ttf') format('truetype'),
         url('fonts/centurygothic-webfont.svg#century_gothicregular') format('svg');

}
