body {
	margin: 10px;
}

#container {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
	display: block;
	position: absolute;
	cursor: pointer;
	border: 1px solid #999999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow: hidden;
	background-color: #0073cf;
}

#banner {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
	display: block;
	overflow: hidden;
    /*opacity: 0.5;
    background : url('$600_Dynamic_160x600.jpg') no-repeat;
    z-index: 100;*/
}

#invisiblePlate {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 160px;
    height: 600px;
	opacity: 1;
    background : url('img_invisiblePlate.png') no-repeat;
    z-index: 100;
}


#img_rightBarCTA {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 89px;
    height: 25px;
	opacity: 1;
    background: url('img_sprites.png') no-repeat 0px 0px;
    z-index: 41;
}

#img_BG {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 160px;
    height: 600px;
	opacity: 1;
    background: url('160-BG.png') no-repeat;
    z-index: 20;
}


#CTAbutton{
    position: absolute;
    overflow: hidden;
    opacity: 1;
    top: 539px;
    left: 20px;
    width: 121px;
    height: 32px;
    background-color: ;
    z-index: 42;
}

#ctaShimmer {
    position: absolute;
    top: 0px;
    left: -110px;
    width: 38px;
	height: 32px;
	opacity: 1;
    background : url('160-spriteSheet.png') no-repeat 0px 0px;
    z-index: 43;
}

#txt1 {
    position: absolute;
    top: 204px;
    left: 295px;
	width: 120px;
	height: 62px;
	opacity: 1;
    background: url('160-spriteSheet.png') no-repeat -17px -34px;
    z-index: 30;
}

#txt2 {
    position: absolute;
    top: 291px;
    left: -282px;
	width: 145px;
	height: 103px;
	opacity: 1;
    background: url('160-spriteSheet.png') no-repeat -18px -121px;
    z-index: 30;
}

#txt3 {
    position: absolute;
    top: 427px;
    left: 345px;
	width: 135px;
	height: 44px;
	opacity: 1;
    background: url('160-spriteSheet.png') no-repeat -18px -257px;
    z-index: 30;
}