body { margin:0px 0px; padding:0px; } 

* { box-sizing: Border-box; } 

.belowClickTag { position:absolute; overflow:hidden; } 

.container {
	position:absolute;  
	overflow:hidden; 
	background-color:white; border:1px solid black; 
} 

.sprite {  
	position:absolute;  
	background-repeat:no-repeat;

    -ms-transform-origin: top left; /* IE 9 */
    -webkit-transform-origin: top left; /* Chrome, Safari, Opera */
    transform-origin: top left;

	/*image-rendering: -moz-crisp-edges;          Firefox */
	image-rendering:   -o-crisp-edges;         /* Opera */
	image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */

	left:0px;
	top:0px;
	width:728px;
	height:90px;
} 

.opacity {opacity:0;}


#cta {
	background-image:url(../img/cta.png);
}


#cover,
#bg1{
	background-color: #231F20;
}

#bg {
	background: rgba(242,109,38,1);
	background: -moz-linear-gradient(top, rgba(242,109,38,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(242,109,38,1)), color-stop(59%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(242,109,38,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top, rgba(242,109,38,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(242,109,38,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(242,109,38,1) 0%, rgba(255,255,255,1) 59%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26d26', endColorstr='#ffffff', GradientType=0 );
	pointer-events: none;
}


#text01 {
	left:30px;
	top:30px;
	width:671px;
	height:33px;
	background-image:url(../img/text01.svg);
	clip: rect(0px,450px,90px,0px);
}


#text02 {
	left:30px;
	top:30px;
	width:671px;
	height:33px;
	background-image:url(../img/text01.svg);
	clip: rect(0px,728px,90px,450px);
}

#book1{
	width:248px;
	height:217px;
	background-image:url(../img/book1.jpg);
}

#book1bg{
	background-color: #f15822;
}


#book1_text1 {
	width:134px;
	height:72px;
	background-image:url(../img/book1_text1.svg);
}

#book1_text2 {
	left:285px;
	top:24px;
	width:419px;
	height:44px;
	background-image:url(../img/book1_text2.svg);
}


#amazon {
	background-image:url(../img/amazon.png);
	-ms-transform-origin: 23% 50%; /* IE 9 */
    -webkit-transform-origin: 23% 50%; /* Chrome, Safari, Opera */
    transform-origin: 23% 50%;
}

#amazontext {
	left:231px;
	top:37px;
	width:459px;
	height:18px;
	background-image:url(../img/amazontext.svg);
}

#textMask{
	clip: rect(0px,728px,90px,0px);
}

#text03 {
	left:156px;
	top:27px;
	width:511px;
	height:39px;
	background-image:url(../img/text03.svg);

}

#text04 {
	left:162px;
	top:15px;
	width:527px;
	height:61px;
	background-image:url(../img/text04.svg);
}


#text_end {
	left:181px;
	top:32px;
	width:296px;
	height:26px;
	background-image:url(../img/text_end.svg);
}





