﻿@import url(reset.css);

#headerMain {
        /* width:920px;*/
        height: 195px;
        margin:0px auto;
        z-index:0; 
}

#header {
        height: 75px;
        background:  no-repeat;
         /* width:920px;*/
        position: fixed;
        z-index: 9999;
}

p{
    padding: 90px;
     /* color: black; */
    font:14px 'Arial',sans-serif;
}
.content1{
    width: 1100px;
    height: 1500px;
     /* background: #3ca523;*/
    margin: 0 auto;
}

.content2{
    width: 920px;
    height: 900px;
    /*background: #2355a5;*/ 
    margin: 0 auto;
}

.content3{
    width: 920px;
    height: 2000px;
    background: #E3D6C6 ;
    opacity: 0.85;
    color: black;
    margin: 0 auto;
}

.content4{
    width: 920px;
    height: 150px;
    background: #89765d;
    margin: 0 auto;
}