body{
    background-color: #c3000d;
}

.logo{
    width: 80%;
    padding: 10% 10% 20% 10%;
    background-image: url(/img/sc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.logotop{
    width: 80%;
    padding: 10% 0% 0% 20%;
    background-image: url(/img/sc.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}
.panel{
    padding: 10% 10% 10% 10%;
}
.panel #s92{
    width: 60%;
    padding: 1% 1% 1% 20%;
}
.panel #s95{
    width: 85%;
    padding: 1% 1% 1% 10%;
}
.panel p{
    text-align: center;
}
.panel strong{
    font-family: HelOb;
}
.footer{
    clear: both;
    padding: 1%;
    position: fixed;
    bottom: 0;
    left: 0;
}
#footerlink{
    text-decoration: underline;
    color: black;
    font-family: chik;
}
#footercopy{
    position: fixed;
    right: 0;
    font-family: Chik;
}
.footer #buffer{
    width: 100%;
    margin: 0 auto;
    text-align: left; 
}
@font-face {
	font-family: Chik;
	src: url(ChiK.ttf);
}
@font-face {
    font-family: HelOb;
    src: url(HelOb.ttf);
}