body {
	background: #fff;
	margin: 0;padding: 0;
}

#banner {
	position:absolute;
	width:300px;
	height:600px;
	border:#000000 1px solid;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

#banner:hover{
	cursor:pointer
}

.content{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
    overflow: hidden;
}

.logo {
  position:absolute;
  right: 18px;
  bottom: 11px;
  border:none;
}

.main-image{

  position: absolute;
  top: 18px;
  left: 18px;
  overflow: hidden;
  border:none;
}

.copy1{
  position: absolute;
  top: 293px;
  left: 18px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.copy2{
  position: absolute;
  top: 406px;
  left: 18px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.copy3{
  position: absolute;
  top: 433px;
  left: 18px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.copy4{
  position: absolute;
  top: 175px;
  left: 16px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.tcs{
  position: absolute;
  top: 479px;
  left: 22px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.cta{
  position: absolute;
  top: 261px;
  left: 17px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.arrow{
  position: absolute;
  top: 261px;
  left: 121px;
  overflow: hidden;
  opacity:0;
  border:none;
}
