

body{
	margin:0px;
	padding:0px;
	font-family:Verdana, sans-serif;
    overflow: hidden;
    
}

.container{
    display:inline-block;
	width:750px;
	height:300px;
    position: relative;
	border: 0px solid #454545;
    overflow: hidden;
    background-color: #000000;
    overflow: hidden;
}
#price1 {
    overflow: hidden;
    position: absolute;
    top: 161px;
	left: 47px;
    opacity: 1;
    z-index: 15;
    transform-origin: center;
}

#copy{
    overflow: hidden;
    position: absolute;
    left: 335px;
	top:53px;
    opacity: 1;
    z-index: 20;
}

#premiere{
    overflow: hidden;
    position: absolute;
    top: 240px;
    left: 305px;
    opacity: 1;
    z-index: 20;
}


#legal2{
    overflow: hidden;
    position: absolute;
    bottom: 3px;
	left:47px;
    opacity: 1;
    z-index: 14;
}

#legal3{
    overflow: hidden;
    position: absolute;
    bottom:5px;
	left:307px;
    opacity: 1;
    z-index: 20;
}

#logo{
    overflow: hidden;
    position: absolute;
    top:101px;
    left: 42px;
    opacity: 1;
    z-index: 20;
}

.logoimg {
  width: 187px;
  transform: scale(0.05); 
  display: block;
  opacity: 0;
  
}

.copyimg {
  transform: translateY(-25px);
  display: block;
  opacity: 0;
  width: 180px;
}

.premiereimg {
  transform: translateY(-25px);
  display: block;
  opacity: 0;
  width: 220px;
}

.ttimg {

  transform: scale(0.65) translateY(50px);
  display: block;
  opacity: 0;
  width: 192px;
}

.ctaimg {
  transform: scale(0.05);
  display: block;
  opacity: 0;
  width: 120px;
}

.priceimg1 {
  transform: translateY(200px);
  display: block;
  width: 177px;
}


#tt{
    overflow: hidden;
    position: absolute;
    top: 171px;
    left: 320px;
    opacity: 1;
    z-index: 2;
}

#bg {   
    position: absolute;
    top:0;
    right:0;
    opacity: 1;
    z-index: 1;
    transform-origin: top center;
    transform: scale(1.20) translateX(-25px);
    height: 100%;
}

#cta{

    position: absolute;
    top:196px;
	left:76px;
    opacity: 1;
    z-index: 75;
    transform-origin: center;
}

#gradient{
    position: absolute;
    left: 0;
    bottom: 0px;
    opacity: 1;
    z-index: 2;
    height: 100%;
}


.bannerClick {
    position: absolute;
    top: 0;
    left: 0;
    width:750px;
	height:300px;
    z-index: 100;
    cursor: pointer;
    background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); 
}
