* {
  margin: 0;
  padding: 0;
}
body {
  background-color:#fff;
}
div #container{
  position: static;
  float: left;
  left: 20%;
}