body {
  background-color: white;
  margin:0px;
}

div {
	width: 300px;
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
    background-repeat: no-repeat;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

#main {
    width: 298px;
    height: 248px;
    border: 1px solid black;
    overflow: hidden;
    background-color: black;
}

#legal {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	cursor: pointer;
}

#copy1 {
	position: absolute;
	top: -15px;
	left: 0;
	opacity: 0;
	z-index: 8;
}

#copy2 {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: 8;
}

#button {
	position: absolute;
	top: 0px;
	left: 0;
	opacity: 0;
	z-index: 8;
}

#bg1 {
	background-image: url('../images/bg1.jpg');
	background-position: center 0px;
	background-size: 100%;
	left: 0;
	top: 0;
	height: 362px;
	z-index: 2;
}

#bg2 {
	background-image: url('../images/bg2.jpg');
	background-position: center;
	background-size: 100% 100%;
	left: 0;
	top: 0;
	height: 469px;
	z-index: 1;
}
