html {
    position: relative;
    min-height: 100%;
}
body {
    background-color:#040405;
    color:#e1e1e1;
    font-family: Arial, sans-serif;
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
a {color:#cc0000;}
a:hover {color:#fff;text-decoration: none;}
.web-circle, .logo {
    text-align: center;
}
.main-container-bg {
	background-color:#1b1b1b;
}
address {
    margin: 0 auto 20px auto !important;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #2e2e2e;
    color:#cccccc;
    padding: 10px 0;
    border-top: 1px solid #4b4b4b;
    margin-top:20px;
}
.text-muted {
    font-size:10px;
}
hr.style1{
    border-top: 1px solid #4b4b4b;
}
.background-cover {
    background-position: top center !important;       
    background-color: #040405 !important;
    background-image: url(https://www.antihero-media.com/img/antihero-background_v4.jpg) !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
    /*
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    */
}