body {
  text-align: center;
}

.heading {
  text-align: center;
}

.container {
  width: 1020px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;

}
  
.left {
  float: left;
  width: 180px;
}

.middle {
  top: 10px;
  
}


.right {
  float: right;
  width: 180px;
}

.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}