body {
	margin: 0px;
}

#container {
	top: 0px;
	left: 0px;
	width: 728px;
	height: 90px;
	display: block;
	position: relative;
	cursor: pointer;
	border: 1px solid #999999;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	overflow: hidden;
    background-color: #f9f7f4;
}

#banner {
	top: 0px;
	left: 0px;
	width: 728px;
	height: 90px;
	display: block;
	overflow: hidden;
}

/*---------------------------COPY---------------------------*/

#copy1{
    position: absolute;
    top: 35px;
    left: 172px;
    width: 158px;
    height: 20px;
    background: url('sprites.png') no-repeat -6px -5px;
    z-index: 39;
}

#copy2{
    position: absolute;
    top: 24px;
    left: 254px;
    width: 227px;
    height: 42px;
    background: url('sprites.png') no-repeat -6px -31px;
    z-index: 39;
}

#copy3{
    position: absolute;
    top: 26px;
    left: 155px;
    width: 70px;
    height: 29px;
    background: url('sprites.png') no-repeat -237px -7px;
    z-index: 42;
}
#copy4{
    position: absolute;
    top: 31px;
    left: 360px;
    width: 110px;
    height: 40px;
    background: url('sprites.png') no-repeat -328px -6px;
    z-index: 42;
}
#copy5{
    position: absolute;
    top: 40px;
    left: 495px;
    width: 81px;
    height: 42px;
    background: url('sprites.png') no-repeat -351px -46px;
    z-index: 42;
}
#price{
    position: absolute;
    top: 26px;
    left: 245px;
    width: 106px;
    height: 40px;
    background: url('sprites.png') no-repeat -237px -47px;
    z-index: 42;
}

/*--------------------------- END COPY---------------------------*/

#icon1{
    position: absolute;
    top: 11px;
    left: 422px;
    width: 68px;
    height: 68px;
    background: url('sprites.png') no-repeat -443px -6px;
    z-index: 42;
}

#icon2{
    position: absolute;
    top: 24px;
    left: 157px;
    width: 75px;
    height: 42px;
    background: url('sprites.png') no-repeat -523px -6px;
    z-index: 39;
}

#finger{
    position: absolute;
    top: 30px;
    left: 395px;
    width: 117px;
    height: 141px;
    background: url('finger.png') no-repeat;
    z-index: 42;
}

#blue_bg{
    position: absolute;
    top: 0px;
    left:0px;
    width: 578px;
    height: 90px;
    background-color: #0073cf;
    z-index: 40;
}

#white_bg{
    position: absolute;
    top: 34px;
    left:483px;
    width: 93px;
    height: 56px;
    background-color: #f9f7f4;
    z-index: 40;
}

#merrillLogo_white{
    position: absolute;
    top:21px;
    left: 9px;
    width: 115px;
	height: 54px;
    background: url('tk_sprites.png') no-repeat -3px -1px;
    z-index: 42;
}

/*--------------------------- BAND BOTTOM ELEMENTS---------------------------*/

#Bandbottom{
    position: absolute;
    top: 0px;
    right:0px;
    width: 728px;
    height: 90px;
    z-index: 39;
}

#Back_blue{
    position: absolute;
    top: 0px;
    left:578px;
    width: 160px;
    height: 90px;
    background-color: #0073cf;
    z-index: 33;
}

#merrillLogo{
    position: absolute;
    top:21px;
    left: 9px;
    width: 115px;
	height: 54px;
    background: url('tk_sprites.png') no-repeat -3px -123px;
    z-index: 39;
}


#legal{
    position: absolute;
    overflow: hidden;
    top:68px;
    left: 619px;
    width: 97px;
	height: 17px;
    background: url('tk_sprites.png') no-repeat -2px -101px;
    z-index: 39;
}

#cta{
    position: absolute;
    overflow: hidden;
    top: 27px;
    left: 597px;
    width: 120px;
    height: 32px;
    background-color: #dc1431;
    z-index: 39;
}


#ctaText{
    position: relative;
    top:9px;
    width: 86px;
	height: 13px;
    margin: 0 auto;
    background: url('tk_sprites.png') no-repeat -1px -71px;
}

#shine{
    position: absolute;
    width: 90px;
    height: 32px;
    top: 0px;
    left: 0px;
    background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    z-index: 37;
}
