html,
body {
    min-height: 100%;
    background: #fafafa;
}

body,
#overflow,
#header,
#middle,
#footer {
    min-width: 1005px;
}

.wrapper {
    margin: 0px auto;
    max-width: 1360px;
    position: relative;
    /*z-index: 1;*/
}
.wrapper-2 {
    width: 100%;
    position: relative;
}

#header {
	position: relative;
	z-index: 300;
}
#left {
    float: left;
    width: 270px;
    /*padding-top: 270px;*/
    padding-top: 194px;
}

#center {
    position: relative;
    min-height: 500px;
    margin-left: 280px;
    margin-right: 38px;
}

.content {
    padding: 0px 1px;
}

#right {
    float: right;
}

.footer {
    position: relative;
    z-index: 1;
}

.header_height {
    height: 51px;
}

.container_block {
    margin-left: 40px;
    margin-right: 40px;
}

.left_width {
    width: 380px;
}

.center_space {
    padding-top: 20px;
    padding-bottom: 40px;
}

.right_wight {
    width: 380px;
}

.footer_height {
    height: 34px;
}

#overflow {
    background: no-repeat center top url(../images/design/top_fon.png) #fafafa;
}
