@charset "utf-8";
@import "/stylesheets/all.css";

body {
    margin: 10px 30px 0px 30px;
    padding: 20px;
    background: #101010 !important;
    color: #A0A0A0 !important;
    text-rendering: optimizeLegibility;}

a {
    color: #dc3616;
    font: inherit;
}

#title-wrapper {    height: auto;
    position: relative;
    padding-top: 2em;
    width: auto;
    margin-bottom: 10px;
}

#body-wrapper {
    width: 80%;
}

#footer {
    clear: both;
    text-align: center;
    padding-top: 1em;
}

.bottomColor {
    color: #a78317;
}

.topColor {
    color: #dc3616;
}

#top-title,#bottom-title {
    font-size: 13em;
    font-weight: bold;
    height:110px;
    line-height: 110px;
    position: relative;
}

#top-title {
    letter-spacing: -0.06em;
}

#bottom-title {
    letter-spacing: -0.06em;
    margin-left: 8px;
}

#left-column {
    padding: 20px;
    width: 40%;
    float: left;
    text-align: left;
}

.right-column {
    padding: 20px;
    width: 50%;
    float: right;
    text-align: left;
}