body {
    margin: 0;
    padding: 300px 0 0 0;
    background-color: #303030;
}
.blogbody img {max-width:100%; }
#container {width:980px; position:relative; left:50%; z-index:2; margin:0 0 0 -500px; background-color:#fff; padding:10px 10px; }
.banner-after-menu {margin:0; }
#content {margin-right:0; margin-bottom:0}

#header-block {
    position:absolute;
    top:0;
    width:100%;
    height:800px;
    background-image: url(/pic/branding/verh.jpg);
    background-position: top;
    background-repeat: no-repeat;
}
#header-link {
    display:block;
    height:100%;
}
#footer-block {
    margin-top:10px;
    width:100%;
    height:455px;
    background-image: url(/pic/branding/niz.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
#footer-link {
    display:block;
    height:100%;
}

@media (max-width: 800px) {
#container {
    width:auto;
    left:0;
    margin:0;
}
}
