
.container-top {
  width: 900px;  
/*  top: 180px; */
  min-height: 150px;
  heigth: 200px;  
  /* 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-top {
  float: right;
  top: 70px;
  padding: 0px 10px 0px 0px;
  width: 550px;
  position:absolute; 
  z-index:2;
/*  overflow:hidden; */
		/* This chops off any overhanging divs */
}

.middle-top {
  clear:both; 
  top: 180px;
  margin-left: 170px;
  margin-right: 250px;
  position:absolute; 
  z-index:1;
}

.right-top {
  clear:both; 
margin-top: -65px;
/*  top: 50px; */
  width: 171px;
  float: right;
/*  margin-right: 0px; */
  padding: 0px 10px -100px 100px;
/*  width: 250px; */
  z-index:-1;
}


