
body, body * {
  vertical-align: baseline;
  border: 0 none;
  outline: 0;
  padding: 0;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 9pt;
  color: #333;
}


#main-container {
  position: absolute;
  width: 300px;
  height: 600px;

  background: #EEE;
}

#exit {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.feature {
  top: 0px;
  left: 0px;
  width: 300px;
  height: 600px;
  position: absolute;
}

#main-img-0 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

:focus {
  outline:none;
}
::-moz-focus-inner {
  border:0;
}
