#head {
  color: green; }
  

#left{

  float: left;
  border: 5px;
  width: 25%;
  }

#right{

  float: left;
  border: 5px;
  width: 50%;
  }
  
#footer{
  clear: both;
  color: grey;
  }
  

p {
	 font-size:36px;

}
