.bannerSize {
	width: 300px;
	height: 250px;
}

#background {
	background: url(img/background.jpg);
}
#cta {
	background: url(img/cta.png);
}
#frame {
	background: url(img/frame.png);
}

#product1_ {
	background: url(img/product1.png);
	width: 140px;
	height: 140px;
	transform: rotate(20deg);
	top: 60px;
	left: -20px;
}
#product2_ {
	background: url(img/product2.png);
	width: 70px;
	height: 70px;
	transform: rotate(-10deg);
	top: 150px;
	left: 135px;
}
#product3_ {
	background: url(img/product3.png);
	width: 100px;
	height: 100px;
	transform: rotate(10deg);
	top: 120px;
	left: 40px;
}
#product4_ {
	background: url(img/product4.png);
	width: 100px;
	height: 100px;
	transform: rotate(-15deg);
	left: 70px;
	top: 60px;
}

#product1 {
	background: url(img/product1.png);
	width: 140px;
	height: 140px;
	transform: rotate(15deg);
	left: 160px;
	top: 80px;
}
#product2 {
	background: url(img/product2.png);
	width: 100px;
	height: 100px;
	transform: rotate(-10deg);
	left: 40px;
	top: 100px;
}
#product3 {
	background: url(img/product3_.png);
	/* width: 100px;
	height: 100px;
	transform: rotate(10deg);
	left: 180px;
	top: 100px; */
}
#product4 {
	background: url(img/product4.png);
	width: 140px;
	height: 140px;
	transform: rotate(-15deg);
	left: 10px;
	top: 80px;
}

#text1 {
	background: url(img/text1.png);
}
#text2 {
	background: url(img/text2.png);
}
#text3 {
	background: url(img/text3.png);
}
#text4 {
	background: url(img/text4.png);
}
#text5 {
	background: url(img/text5.png);
}
#text6 {
	background: url(img/text6.png);
}