body {
    background: #202114 url('../images/bg.jpg') top center repeat;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;  
    margin:0;
    padding: 0;
}

.main-wrapper {
    background: url('../images/pageBG.jpg') top center repeat-y ;
    width: 100%;
    min-height: 100%;
    position:  absolute;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
    z-index: -3;
}

.site-wrapper {
    max-width:1000px;
    margin:auto;
    margin-top:150px;
}

.logo {
    display: block;
    margin: 0px auto;
    position: fixed;
    top: 2px;
    width: 100%;
    height: 118px;
    background-image: url('../images/object_Logo.png');
    background-position: center top;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index:-1;
    
}

.top-banner {
    position: fixed;
    margin: 0 auto;
    height: 118px;
    background-image: url('../images/tBann_Rept.png');
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    z-index:-2;
}

.content-wrapper {
    max-width:1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom:75px;
}

.content-header {
    background: url('../images/blockheader.png') scroll;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
    border-bottom: 3px ridge #EBE0CC;
    padding: 11px 10px;
    margin: 0 auto;
    height: 34px;
    
}

.content-header h1 {
    font-size: 20px;
    padding: 0;
    margin: 9px 0 0 7px;
    color:#FFF;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-shadow: 0 0 6px rgba(23, 23, 23, 0.98);
}

.content-pane {
    background: #F6F2E9 url('../images/blockcontent.png') scroll;
    background: linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    background: -webkit-linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), -webkit-linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    background: -moz-linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), -moz-linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    background: -o-linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), -o-linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    background: -ms-linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), -ms-linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    background: linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    -svg-background: linear-gradient(top, rgba(251, 248, 244, 0.27) 0, rgba(216, 195, 157, 0.1) 100%) no-repeat, url('../images/blockcontent.png'), linear-gradient(top, rgba(245, 239, 229, 0.8) 0, rgba(222, 204, 171, 0.8) 100%) no-repeat;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    border-left: 2px solid rgba(142, 119, 72, 0.8);
    border-bottom: 3px solid rgba(142, 119, 72, 0.8);
    border-right: 3px solid rgba(142, 119, 72, 0.8);
    border-top: 0px solid rgba(142, 119, 72, 0.8);
    padding: 15px;
    
    margin: 0 auto;
    color: #0B0804;
    font-size: 13px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.footer {
    width: 100%;
    height: 66px;
    background-image: url('../images/footer_bg.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position:fixed;
    bottom: 0;
    left: 0;
}

.footer-copyright {
    position: fixed;
    float: left;
    bottom: 18px;
    left: 20px;
    width: 100%;
    color: #F2EBDE;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-shadow: 0 0 6px rgba(23, 23, 23, 0.98);
    margin: 0 10px 0 5px;
}

.footer-links {
    position: fixed;
    bottom: 18px;
    right: 20px;
    float: right;
    width: 100%;
    text-align: right;
    color: #FFF;
    font-size: 14px;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-shadow: 0 0 6px rgba(23, 23, 23, 0.98);
}

.footer-links a{
    color:#FFF;
}

.footer-links span a:visited{
    color:#FFF;
}

@media screen and (max-width:660px){



.footer-copyright {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;

}

.footer-links {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom:50px;
    text-align: center;
}

.footer {
    width: 100%;
    height: 100px;
    background-image: url('../images/footer_bg.png');
    background-repeat: repeat;
    background-size: 100% 100%;
    position:fixed;
    bottom: 0;
    left: 0;
}



}

.download-link {
    padding: 10px;
    border-radius: 6px;
    background: #a59170; /* Old browsers */
    background: -moz-linear-gradient(top, #a59170 0%, #75553f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a59170 0%,#75553f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a59170 0%,#75553f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a59170', endColorstr='#75553f',GradientType=0 ); /* IE6-9 */
    margin-bottom: 20px;
    display: inline-block;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    min-width: 150px;
    text-align: center;
    border: 1px solid #463722;
    text-decoration: none;
    clear: both;
    box-shadow: 2px 2px;
    width:100%;
}

    .download-link:hover {
        border-radius: 6px;
        background: #75553f; /* Old browsers */
        background: -moz-linear-gradient(top, #75553f 0%, #a59170 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #75553f 0%,#a59170 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #75553f 0%,#a59170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75553f', endColorstr='#a59170',GradientType=0 ); /* IE6-9 */
        text-decoration: none;
    }

a {
    text-decoration: none;
}


.download-link:hover {
    
    border-radius:10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#75553f+0,a59170+100 */
    background: #75553f; /* Old browsers */
    background: -moz-linear-gradient(top, #75553f 0%, #a59170 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #75553f 0%,#a59170 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #75553f 0%,#a59170 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75553f', endColorstr='#a59170',GradientType=0 ); /* IE6-9 */
   
}

.left-content {
    float: left;
    width: 40%;
    margin-right: 3%;
    padding: 1%;
    padding-top: 0px;
}

.right-content {
    float: left;
    width: 52%;
    padding: 1%;
    padding-top: 0px;
}

.clear-fix {
    clear: both;
}

@media screen and (max-width: 600px) {
    .left-content {
        float: left;
        width: 100%;
    }

    .right-content {
        float: left;
        width: 100%;
    }
    
    .inside-header
    {
        height:20%;
    }

}
.top-header-div {
    padding: 5px 15px;
    background-color: rgba(0,0,0,0.1);
    margin-bottom: 15px;
}


