#all {
  border: 1px solid black;
  width: 770px;
  height: 800px;
  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: 80px;
  margin-left: auto;
  margin-right: auto;
    } 
	
#content {
  border: 0px;
  width: 770px;
  height: 610px;
  border: 1px solid black;
  background-color: white;
  left: 0px;
  top: 150px;
  padding-left: 0px;
    }
	
#main {
width: 770px;
height: 20px;
top: 150px;
left: auto;
padding-left: 0px;
padding-top: 20px;
  }
  
#box {
width: 770px;
height: 538px;
top: 170px;
padding-top: 30px;
padding-left: 0px;
left: 0px;
  }
  
#footer {
  margin:auto;
  border: 1px solid black;
  width: 769px;
  height: 38px;
  background-color: #CCCCCC;
  clear: both;
  text-align: center;
  }

  
