header, footer, section, article, aside {
  margin: 10px;
  background: pink;
  border-radius: 6px;
  color: black;
  font: 14px/24px "Lucida Console";
  padding: 24px 15px;
  box-shadow: -1px 2px 5px 1px rgba(0, 0, 0, 0.7);
  display:block;
}

#miimg {
  float: left;
  margin-right:10px;
}
#miimg2 {
  float: center;
  margin-right:10px;
}

header, footer {
  text-align:center;
  clear: both;
}

section {
  float: left;
  width: 60%;
}

aside {
  float: right;
  width: 25%;
}