#all 
{
	width: 1000px;
	height: 1300px;
	margin-left: auto;
	margin-right: auto;
	border: 1px black solid;
}


#head {
  
  float: left;
  width: 1000px;
  height: 120px;
  clear: both;
}

#Menu {
    
  float: left;
  width: 1000px;
  height: 60px;
 
  clear: both;
}

#Main {
  
  float: left;
  width: 1000px;
  height: 900px;
  margin-right: 3px;
  
}



#footer {
  border: 0px green solid;
  clear: both;
  float: left;
  width: 1000px;
  height: 40px
  
}
