body {
	margin: 0px;
}

#container {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #b9b9b9;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow: hidden;
   	background: url("tile1.jpg") repeat;
}

#banner {
	top: 0px;
	left: 0px;
	width: 160px;
	height: 600px;
	display: block;
	overflow: hidden;
}

#gold_bar{
	position: absolute;
	background-color: #bd9b60;
	width: 160px;
	height: 5px;
	top: 594px;
	opacity: 0;
}

#gold_card{
	position: absolute;
	background: url('sprite_sheet.png') no-repeat 0px -148px;
	width: 150px;
	height: 95px;
	left: 4px;
}

#frame1_copy1{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -316px -1px;
    width: 140px;
    height: 43px;
    top: 152px;
    left: 5px;
    opacity: 0;
}

#frame1_copy2{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -317px -52px;
    width: 70px;
    height: 25px;
    top: 203px;
    left: 6px;
}

#frame1_copy3{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -317px -84px;
    width: 27px;
    height: 17px;
    top: 235px;
    left: 6px;
    opacity: 0;
}

#frame1_copy4{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -316px -107px;
    width: 139px;
    height: 52px;
    top: 258px;
    left: 5px;
}

#frame2_copy1{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat 0px 0px;
    width: 32px;
    height: 15px;
    top: 153px;
    left: 7px;
    opacity: 0;
}

#frame2_copy2{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat 0px -25px;
    width: 124px;
    height: 60px;
    top: 178px;
    left: 7px;
}

#frame2_copy3{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat 0px -96px;
    width: 90px;
    height: 15px;
    top: 249px;
    left: 7px;
    opacity: 0;
}

#frame2_copy4{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat 0px -121px;
    width: 146px;
    height: 24px;
    top: 274px;
    left: 7px;
}

#frame3_copy1{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -156px -1px;
    width: 82px;
    height: 15px;
    top: 153px;
    left: 8px;
    opacity: 0;
}

#frame3_copy2{
    background: url('sprite_sheet.png') no-repeat -153px -25px;
    width: 147px;
    height: 68px;
    position: absolute;
    top: 177px;
    left: 5px;
    opacity: 0;
}

#frame3_copy3{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -155px -103px;
    width: 147px;
    height: 48px;
    top: 255px;
    left: 7px;
    opacity: 0;
}

#cta_container{
	background: #ffffff;
	width: 160px;
	height: 154px;
	position: absolute;
	top: 600px;
}

#cta{
    position: absolute;
    overflow: hidden;
    background: url('sprite_sheet.png') no-repeat -148px -341px;
    width: 120px;
    height: 29px;
    right: 21px;
    top: 34px;
    z-index: 2;
}

#cta_text{
	position: absolute;
	background: url('sprite_sheet.png') no-repeat -205px -377px;
	width: 67px;
	height: 11px;
	top: 9px;
	left: 26px;
}

#shine{
	position: absolute;
	background: url('sprite_sheet.png') no-repeat -270px -338px;
	width: 37px;
	height: 36px;
	left: -37px;
}

#amex_logo{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -1px -341px;
    width: 133px;
    height: 38px;
    top: 98px;
    left: 11px;
    z-index: 2;
}

#pattern_imagery{
	position: absolute;
	background: url('tile2.png') repeat 0px 0px;
	width: 160px;
	height: 154px;
	z-index: 1;
}


#terms{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -7px -260px;
    width: 111px;
    height: 11px;
    right: 26px;
    top: 68px;
    z-index: 2;
}

#frame4_copy1{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -155px -224px;
    width: 144px;
    height: 107px;
    top: 148px;
    left: 6px;
    opacity: 0;
}

#welcome_promo{
    position: absolute;
    background: url('sprite_sheet.png') no-repeat -170px -196px;
    width: 115px;
    height: 20px;
    left: 7px;
    top: 114px;
}