@font-face {
  font-family: "Helvetica-Light";
  src: url("fonts/Helvetica-Light.eot");
  src: url("fonts/Helvetica-Light.eot?#iefix") format("embedded-opentype"),
       url("fonts/Helvetica-Light.otf") format("opentype"),
       url("fonts/Helvetica-Light.svg") format("svg"),
       url("fonts/Helvetica-Light.ttf") format("truetype"),
       url("fonts/Helvetica-Light.woff") format("woff"),
       url("fonts/Helvetica-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
body {
    background-color: #000;
}
#secureseal {
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: visible;
    margin-right: 4px;
}
.fsdiv {
    width: 100%;
    height: auto;
    bottom: 0px;
    top: 0px;
    left: 0;
    position: absolute;
}
.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
    font-family: "Helvetica-Light";
    font-size: 48px;
    text-align: center;
    line-height: 1em;
    color: #fff;
}
