body {
	background: #fff;
	margin: 0;padding: 0;
}

#banner {
	position:absolute;
	width:970px;
	height:250px;
	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;
}

.show-ad,
.close-ad {
  position: absolute;
  top: 5px;
  cursor: pointer;
}

.close-ad {
  left: 922px;
  opacity: 1;
}

.show-ad {
  left: 933px;
}

.logo {
  position:absolute;
  right: 13px;
  bottom: 13px;
  border:none;
}

.main-image {
  position: absolute;
  top: 14px;
  left: 14px;
  overflow: hidden;
  border:none;
}

.copy1{
  position: absolute;
  top: 29px;
  left:358px;
  overflow: hidden;
  border:none;
  opacity:0;
}

.copy2{
  position: absolute;
  top: 137px;
  left: 358px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.copy3{
  position: absolute;
  top: 198px;
  left: 359px;
  overflow: hidden;
  opacity:0;
  border:none;
  
}
.copy4{
  position: absolute;
  top: 82px;
  left: 177px;
  overflow: hidden;
  opacity:0;
  border:none;
}

.cta{
  position: absolute;
  top: 155px;
  left: 178px;
  overflow: hidden;
  opacity:0;
  border:none;
  
}

.arrow{
  position: absolute;
  top: 157px;
  left: 298px;
  overflow: hidden;
  opacity:0;
  border:none;
  
}
