
html,body{
  margin: 0;
  padding: 0;
}
#banner{
  width: 100%;
}
#banner img{
  display: block;
  width: 100%;
  height: 100%;
}
.footer {
  background: #fff;
  overflow: hidden;
}
a{
  text-decoration: none;
}