/* reset */

* {
  font-family: Arial, Helvetica, sans-serif;
}

html,
body,
object,
img {
  margin: 0;
  padding: 0;
}

body {
  background: #ffffff;
  cursor: pointer;
}

#content {
  background: #686B70;
  overflow: hidden;
}

div,
svg,
img,
#hero_f1,
#hero_f2,
#hero_f3,
#border rect {
  top: 0;
  left: 0;
  width: 160px;
  height: 600px;
  position: absolute;
  overflow: hidden;
}

#border {
  fill: none;
  stroke-width: 1;
  stroke: #1A1A1A;
}

