/**common css**/
*{margin:0px;padding:0px}
body{background:#ffffff}
.clear{clear:both}

/**wrapper**/
.wrapper{width:100%;height:1400px;background:#000000}

/**header**/
#header{width:100%;height:80px;background:#FFFFFF}
.logo{float:left;width:30%;height:80px;text-align:center;background:#FFFFFF}
.logo1{float:right;width:20%;height:80px;text-align:center;background:#FFFFFF}

/**content**/
#content{width:100%;min-height:700px;background:#CCD1E5}
#section1{width:100%;min-height:770px;background:url("cooper1.jpg")left top no-repeat;size:contain;}
.post1{margin:90px;float:left;width:30%;height:600px;background:url("cooper2.jpg") left top no-repeat;background-size:400px 600px}

#section2{width:100%;min-height:800px;background:#E3353C}
#section3{width:100%;min-height:800px;background:#323A56}
#section4{width:100%;min-height:800px;background:url("peakpx.jpg") left top no-repeat;background-size:1400px 800px}
#section5{width:100%;min-height:800px;background:#323A56}
#section6{width:100%;min-height:800px;background:#CCD1E5}
#section7{width:100%;min-height:800px;background:#323A56}
#section8{width:100%;min-height:700px;background:#CCD1E5}

/**footer**/
#footer{width:100%;height:200px;background:#333333}