

body {
  background:
  url(background2.png) repeat-x top; 
background: url(background1.png) repeat-x bottom;
  color: White;
  font-family: Verdana;
} 
.wrapper {
  display: flex;
}

.box {
  width: 200px;
  height: 80px;
  padding: 0.5em;
  border: 1px solid #cccccc;
  margin: 20px;
}