* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Trebuchet MS', Trebuchet, sans-serif;
    font-size: 13px;
    min-width: 950px;
    color: #444444;
    margin: auto;
    padding: 50px;
}

a {
    color: #0c603f;
}

a:hover {
    text-decoration: none;
}

#logo {
    text-align: center;
    margin-top: 250px;
}

#logo img {
    margin-left: auto;
    margin-right: auto;
}

#title {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
    font-size: medium;
}

#connect_block {
    height: 91px;
    width: 610px;
    margin: 50px auto 0;
}

.num_block {
    width: 153px;
    float: left;
    text-align: center;
    line-height: 21px;
    margin-left: 25px;
    margin-right: 25px;
    color: #222222;
    text-shadow: 0 0 1px #666;
}

.num_block_l {
    background: url(../images/number_l.jpg) no-repeat;
    width: 5px;
    height: 45px;
    float: left;
    margin-right: -5px;
}

.num_block_r {
    background: url(../images/number_r.jpg) no-repeat;
    float: right;
    height: 45px;
    width: 7px;
    margin-left: -7px;
}

.num_block_c {
    background: url(../images/number_c.jpg) repeat-x;
    height: 45px;
    padding: 6px 0 0 2px;
    font-size: 0;
}

.num_block_c img {
    padding-right: 3px;
}

#num_block4 {
    float: left;
    margin-left: 75px
}

#num_block4 span {
    background: url(../images/green_arrow.png) no-repeat right top;
    display: block;
    width: 210px;
    height: 40px;
    padding: 28px 0 0 10px;
    margin-top: -9px;
    font-size: 20px;
    color: #7cb667;
}

#operator_agency_container {
    width: 950px;
    background: #c6dabf;
    height: 287px;
    margin: 50px auto;
    overflow: hidden;
}

#operator_agency {
    width: 950px;
    margin: 0 auto;
}

#operator {
    float: left;
    background: url(../images/operator.jpg) no-repeat;
    height: 254px;
    width: 240px;
    margin-top: 33px;
    padding-left: 210px;
    margin-left: -20px;
    text-align: justify;
}

#agency {
    background: url(../images/agency_img.jpg) no-repeat;
    float: right;
    width: 240px;
    margin-top: 33px;
    padding-left: 205px;
    height: 254px;
    margin-right: 10px;
    text-align: justify;
}

#block_text {
    width: 950px;
    margin: 20px auto;
    padding-bottom: 50px;
    text-align: center;
    font-size: small;
}

#footer_container {
    height: auto;
    overflow: hidden;
}

#footer {
    width: 950px;
    margin: 0 auto;
    padding-top: 38px;
}

#copyright {
    float: left;
    width: 300px;
    color: #7b7b7b;
    line-height: 21px;
}

#copyright ul {
    margin-top: 10px;
    font-size: 13px;
}

#copyright ul li {
    list-style: none;
    display: inline;
    padding-right: 10px;
}

#copyright ul li a img {
    border: none;
}

#soc-nets {
    float: right;
}
