.page-container {
    width: 1244px;
    height: 660px;
    position: relative;
    margin: 0 auto;
    background: #100c0e linear-gradient(to left, rgba(41, 39, 42, 0) 0%, #29272a 50%, rgba(41, 39, 42, 0) 100%);
    padding: 1px 0;
}
section {
    display: block;
}


.page-container > div {
    background: #100c0e;
}


body, html {
    background: #000;
    color: #727272;
    font-family: 'Open Sans', sans-serif;
}
body {
    padding-top: 0 !important;
}

.page-container > div > header > img {
    position: relative;
    z-index: 10;
    top: 4px;
    left: 48px;
}
img {
    vertical-align: middle;
}
img {
    border: 0;
}

.page-container > div > header {
    height: 56px;
    display: block;
}

.logo {
    position: relative;
    z-index: 10;
    top: 4px;
    left: 48px;
}

image-block .img:last-of-type {
    margin-left: 14px;
}

.page-container > div > section.left {
    float: left;
    height: 575px;
    width: 248px;
    margin: 14px;
    vertical-align: top;
    position: relative;
}

image-block .img {
    border: 1px solid #3b3b3b;
    width: 312px;
    height: 160px;
    display: block;
    float: left;
}


.page-container > div > section.right {
    float: right;
    height: 575px;
    width: 248px;
    margin: 14px;
    vertical-align: top;
    position: relative;
    width: 302px;
    
}

.page-container > div > section:nth-of-type(3n+2) {
    width: 638px;
    margin: 14px 0px;
}

.page-container > div > section {
    float: left;
    height: 575px;
    width: 248px;
    margin: 14px;
    vertical-align: top;
    position: relative;
}

header {
    height: 56px;
}

footer {

    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}


image-block #slider {
    height: 402px;
    width: 638px;
    border: 1px solid #3b3b3b;
    margin-bottom: 14px;
    display: block;
    background: transparent;
}


sidebar-image-block .img {
    border: 1px solid #3b3b3b;
    width: 300px;
    height: 230px;
    display: block;
    margin-bottom: 14px;
}
sidebar-image-block .wiki-button .onHover {
    position: absolute;
    opacity: 1;
    top: -32px;
    left: 0;
}
sidebar-image-block .wiki-button {
    position: relative;
    top: 1px;
}


