@font-face {
    font-family: 'BebasNeue';
    src: url('/files/fonts/bebasneue.eot');
    src: url('/files/fonts/bebasneue.eot?#iefix') format('embedded-opentype'),
         url('/files/fonts/bebasneue.woff') format('woff'),
         url('/files/fonts/bebasneue.ttf') format('truetype'),
         url('/files/fonts/bebasneue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {margin:0;padding:0;border:none;}
a, a:visited, a:active {color:white;text-decoration:none;}
input[type="text"],input[type="password"],select,textarea {
    border:1px solid black;
    background-color:#91908b;
    color:black;
    padding:3px;
}
html,body {height:100%;}
body {
    text-align:center;
    font-family:Verdana,sans-serif;
    font-size:10pt;
    color:#91908b;
    background:#00051a url('/images/layout/bg_body.jpg') no-repeat top center;
}

#container {
    margin:auto;
    width:900px;
    min-height:100%;
    text-align:left;
    background: transparent;
}

#logo {
    padding-top:60px;
    padding-bottom:60px;
    padding-right:40px;
    /*text-align:right;*/
}

.navigation {
    height:48px;
    background:transparent url('/images/layout/bg_nav.png') repeat top left;
}

.navigation .item {
    float:left;
    margin-top:10px;
}

#container .content {
    margin-top:15px;
    padding:10px;
    background-color:black;
}

#full-image {
    width:100%;
    height:265px;
    border: 1px solid #91908b;
    overflow:hidden;
}

.full-thumbs {
    float:left;
    margin:8px 7px;
    height:57px;
    width:158px;
    background-color:#91908b;
    border:1px solid black;
}

.full-thumbs img {
    max-width:100%;
    max-height:100%;
}

.full-thumbs:hover, .full-thumbs.active {
    border:1px solid white;
}

div.left {float:left;width:660px;}
div.right {float:right;width:230px;}

div.left .content, div.right .content {
    min-height:249px;
}

.right-socials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 7px;
}
.footer {
    margin-top:15px;
}

.footer .powered {
    text-align:right;
    padding-top:10px;
    padding-bottom:20px;
    font-size:8pt;
}
.right-socials {
    
}