
@font-face {
    font-family: "skribler";
    src: url(skribler.ttf) format("truetype");
}


html
{
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-image: url(/images/general/background.png);
    background-color: #d0d0d0;
    color: #c0c0c0;
    background-size: cover;
}

body {
    text-align: center;
    font-family: skribler, serif;
    font-size: 45px;
}


h1 {
    font-family: skribler, serif;
    font-size: 80px;
    letter-spacing: 20px;
    font-weight: bold;
}

h2 {
    font-family: skribler, serif;
    font-size: 60px;
    letter-spacing: 5px;
    font-weight: bold;
}

a {
    font-size: 30px;
}

.SpacerH
{
    height: 25px;
}

.center {
    margin: auto;
    width: 800px;
    border: 0px solid #73AD21;
    padding: 0px;
    text-align: center;
}


.centerNew {
    text-align: center;
}

.infoNew
{
    float: left;
    width: 50%;
    padding: 5px;
}

.spanFormat {
    color: #f0f0f0;
    letter-spacing: 2px;
}

.spanRelease {
    font-style: italic;
}

.spanLabel {
    color: #848484;
    font-weight: bold;
}


.ytVideo {
    width: 100%;
    height: 315px;
    border: 0px;
}
