@import url('../dark/site.css');

/* Body Background */
body {
    background: url(bg.jpg) no-repeat center center fixed; 
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

/* Links */
a {
    color: #FF5733;
}

/* Navigation Styles */
ul.navigation {
    z-index: 99;
}

ul.navigation li a {
    border: none;
}

ul.navigation li a:hover,
ul.navigation li a:active {
    background-color: #51414F;
}

ul.navigation_sub {
    background-color: #301934;
}

div.navigation {
    background-color: #483248;
}

/* Banner Image */
img.banner {
    max-width: 244px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    border-radius: 9px;
}

/* Centered Content */
.centercontent {
    position: absolute;
    text-align: center;
    z-index: 15;
    top: 25%;
    left: 50%;
    margin: -100px 0 0 -150px;
    background-color: #192021;
    opacity: 0.7;
}

/* Score Display */
span.score {
    display: inline-block;
}
