body {
	margin: 0px;
}

#container {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid black;
	background-color:#002466;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow: hidden;
}

#banner {
	top: 0px;
	left: 0px;
	width: 300px;
	height: 250px;
	display: block;
	overflow: hidden;
}
#lockUp{
	position: absolute;
	display: block;
	top:   199px;
    left:  0px;
    width: 300px;
	height: 50px;
	background: url( 'sprite_txt.gif') no-repeat 0px -352px;
	z-index:80;
}
#cardGold{
	position: absolute;
	display: block;
	top:   167px;
    left:  18px;
    width: 261px;
	height: 164px;
	background: url( 'Card_HR.png' ) no-repeat 0px 0px;
	z-index:50;
}
#GoldBar{
	position: absolute;
	display: block;
	top: 245px;
	width: 300px;
	height: 5px;
	background-color: #C29B59;
	z-index:40;
}
#copyContainer{
	position: absolute;
	overflow: hidden;
	display: block;
	top:0;
	left: 0;
	width: 300px;
	height: 250px;
	z-index: 30;
}
#copy_1{
	position: absolute;
	display: block;
	top:    21px;
	height: 124px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -2px;
	z-index: 26;
}
#copy_3_1{
	position: absolute;
	display: block;
	top:    65px;
	height: 43px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -134px;
	z-index: 14;
}
#copy_3_2{
	position: absolute;
	display: block;
	top:    108px;
	height: 28px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -177px;
	z-index: 15;
}
#copy_3_3{
	position: absolute;
	display: block;
	top:    136px;
	height: 29px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -205px;
	z-index: 16;
}
#copy_3_4{
	position: absolute;
	display: block;
	top:    165px;
	height: 16px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -234px;
	z-index: 17;
}
#copy_4_1{
	position: absolute;
	display: block;
	top:    31px;
	height: 31px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -261px;
	z-index: 15;
}
#copy_4_2{
	position: absolute;
	display: block;
	top:    62px;
	height: 13px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -292px;
	z-index: 13;
}
#copy_4_3{
	position: absolute;
	display: block;
	top:    103px;
	height: 10px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -312px;
	z-index: 12;
}
#copy_4_4{
	position: absolute;
	display: block;
	top:    113px;
	height: 28px;
	width: 300px;
	background: url( 'sprite_txt.gif') no-repeat 0px -322px;
	z-index: 10;
}
#cta{
    position: absolute;
    overflow: hidden;
    width: 109px;
    height: 27px;
    top: 208px;
    left: 180px;
}
#ctaShimmer {
    position: absolute;
    top: 0px;
	left: -44px;
    width: 42px;
    height: 27px;
	opacity: 1;
    background : url('img_shimmer.png') no-repeat;
    z-index: 100;
}