@charset "utf-8";


/*base*/

body {
    color: #28282a;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    background: url(../images/background.jpg) no-repeat center top;
    height:auto;

}



.container{
    width:860px;
    overflow:hidden;
    position:relative;

}
section{
    margin:20px auto;
    overflow: hidden;
    position:relative;
}

/*........*/
#main{
    width:1040px;
    height:2980px;
    z-index:2;
    background:#fff;
    margin: 640px auto 150px auto;
    position: relative;
}

p{
    margin:0 0 5px 60px;
    font-size:1.2em !important;
}

h2{
    margin:30px 0;
}

.b p{
    margin:0 auto;
    text-align:center;
    font-weight:700;
}

.c h3{
    font-weight:700;
    font-size:1.2em !important;
    margin-top:40px;
}

.c div{
    font-size:1.2em !important;
}

.c p{
    margin:0 auto;
    margin-bottom:5px;
}

.c{
    padding:0 60px;
}