#all {
  border: 1px solid black;
  width: 770px;
  height: 700px;
  background-color: #CCCCCC;
  margin-left: auto;
  margin-right: auto;
  top: 10px;
  }
  
#head {
  border: 1px solid black;
  background-image: url("../images/cgbanner.jpg");
  margin: auto;
  width: 770px;
  height: 120px;
  left: 0px;
  top: 0px;
  text-align:right;
    }
  
#menu {  
  border: 1px solid black;
  background-color: #CCCCCC;
  width: 769px;
  height: 30px;
  left: 0px;
  top: 120px;
  margin-left: auto;
  margin-right: auto;
    } 
	
#content {
  border: 0px;
  width: 770px;
  height: 510px;
  border: 1px solid black;
  background-image: url("../images/back.jpg");
  background-color: #CCCCCC;
  left: 0px;
  top: 150px;
  padding-left: 0px;
    }
	
#main {
width: 770px;
height: 40px;
top: 150px;
left: auto;
padding-left: 0px;
padding-top: 10px;
  }
  
#box {
width: 498px;
height: 415px;
top: 190px;
padding-top: 40px;
padding-left: 0px;
float: left;
clear: left;
  }
  
#pic {
width: 268px;
height: 415px;
padding-top: 40px;
top: 190px;
float: left;
  }

#footer {
  margin:auto;
  border: 1px solid black;
  width: 769px;
  height: 38px;
  background-color: #CCCCCC;
  clear: both;
  text-align: center;
  }

  