.layout-full .entry img {
    background: transparent;
    border: none;
}

#wrapper, body, html {
    background: none transparent;
    z-index: 2;
    position: relative;
}

html {
    background: #333;
}

.backstretch {
    opacity: 0.1;
}

#content {
    background: url("images/trans.png") top left repeat;
    padding: 0px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 0 3px #000;
    -webkit-box-shadow: inset 0 0 3px #000;
    box-shadow: inset 0 0 3px #000;
    margin-bottom: 20px;
}

#offer_gallery {
    width: 97%;
}

#sidebar.left {
    float: left;
}
#sidebar.right {
    float: right;
}

.error404.layout-left-content .col-left {
    margin: 0.5em 2em;
    width: 60% !important;
}