body, html, body, * {
  margin: 0px;
  padding: 0px;
  border: 0; }

#container {
  position: absolute;
  width: 728px;
  height: 90px;
  background-color: #000000;
  background-size: 728px 90px;
  overflow: hidden;
  top: 0px;
  left: 0px; }
  #container > div {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px; }
  #container img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px; }

#chromeCover {
  width: 728px;
  height: 90px;
  background: #FFFFFF; }

#border {
  width: 726px !important;
  height: 88px !important;
  border: 1px solid #000000;
  background-color: transparent; }

#clickScreen {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 728px;
  height: 90px;
  cursor: pointer; }
