#outer {
  width: 100%;
  text-align: center;
  min-height: 350px;
  height: auto;
  /* background-image: url(./background1.gif),url(./background2.gif);
  background-position: top left,bottom right;
  background-repeat: no-repeat; */
}

#inner {
  display: inline-block;
}
