#wrapper {
    margin: 0 auto;
    padding-bottom: 60px;
    min-height: 100%;
    height: auto !important;
    background: #eee;
}

body {
    width: 100%;
    height: 100%;
}

body a,
body button,
body a:focus,
body button:focus {
    outline: none;
    text-decoration: none;
}

html {
    height: 100%;
}

.container {
    min-width: 970px;
    background: transparent;
}

#content {
    padding: 15px 0;
}

#content p {
    font-size: 12px;
    line-height: 18px;
}

.breadcrumb {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 0 5px;
    background: none;
    border-bottom: 1px solid #fff;
}

.breadcrumb:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 1px;
    width: 100%;
    background: #acacac;
}

.breadcrumb a {
    color: #343434;
    font-size: 12px;
    text-decoration: underline;
}

.breadcrumb a:hover {
    text-decoration: none;
}

.breadcrumb > li + li:before {
    content: ">";
    color: #343434;
}

.breadcrumb .active {
    color: #343434;
}

#footer {
    position: relative;
    margin: -60px auto 0;
    font-size: 12px;
}

#footer-stylish {
    padding: 15px;
    height: 60px;
    border: 1px solid #d7d7d7;
    border-bottom: 0;
    background: #fff;
}

#copyright {
    margin-top: 10px;
}

#code-logo {
    display: block;
    float: right;
    width: 99px;
    height: 39px;
    outline: none;
    background: url(../img/code-logo.png) center no-repeat;
}

#code-logo span {
    display: none;
}

#footer.mp-footer #code-logo {
    margin-right: 25px;
}

/* страница блога */
#blog-pages a.title {
    color: #303030;
    font-weight: bolder;
}

#blog-pages .page {
    padding: 10px 0;
    border-top: 1px dashed #e1e1e1;
}

#blog-pages .page:first-child {
    padding-top: 0;
    border-top: 0;
}

#dtek-bnr {
    display: block;
    width: 270px;
    height: 120px;
    margin: 45px auto 45px;
}