body {
    background-image: url(../img/back.png);
    background-repeat: repeat;
}

#sb-site{
	background:none;
}
/*
#header-box, #footer-widgets, #footer, .header-top-line, .boxed{
	box-shadow: 2px 0px 0px rgba(0,0,0,.2), -2px 0px 0px rgba(0,0,0,.2);
}
*/
#header-box, .header-top-line, .boxed{
	box-shadow: 2px 0px 0px rgba(0,0,0,.2), -2px 0px 0px rgba(0,0,0,.2);
}
#header-box{
    max-width: 1200px;
    margin: 0 auto !important;
}
.header-full-shrink{
	    width: 100%!important;
    max-width: unset !important;
}
.header-full-shrink {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), inset 0 0 2px rgba(255, 255, 255, 0.75) !important;
}
.header-top-line{
    max-width: 1200px;
    margin: 0 auto !important;
	border-bottom: 1px solid #e6e6e6;
}

.boxed {
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto !important;
}



