* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: Arial, sans-serif;
}

a {
  border: none;
  cursor: pointer;
  outline: none;
  user-select: none;
}

div, img {
  position: absolute;
}

#container {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
  margin: auto;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 298px;     /* Less 2px to accommodate border */
  height: 248px;
}

#content {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;

}

#background_exit {
  background-color: #000000;
  cursor: pointer !important;
  opacity: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

#content div {
  border: none;
  display: block;
  position: absolute;
}

.full_size_image {
  width: 300px;
  height: 250px;
}

.hidden img { display: none; }

#bg {
  background: url(images/bg.png) no-repeat;
  image-rendering: high-quality;
  background-size: contain;
  overflow: hidden;
  width: 300px;
  height: 250px;
}

#footer {
  top: 200px;
}