body {
	margin: 0px;
}

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

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

#background {
    position: absolute;
    top: -25px;
    left: -1px;
    width: 780px;
    height: 115px;
    z-index: 10;
    background: url('bg.png') no-repeat;

}

#txt1{
    position: absolute;
    top: 8px;
    left: 306px;
	background: url('sprite.png') no-repeat -95px -93px;
	width: 124px;
	height: 21px;
    z-index: 31;

}

#txt2{
    position: absolute;
    top: 31px;
    left: 277px;
	background: url('sprite.png') no-repeat -62px -116px;
	width: 151px;
	height: 20px;
    z-index: 31;

}

#txt3{
    position: absolute;
    top: 53px;
    left: 218px;
	background: url('sprite.png') no-repeat 0 -138px;
	width: 196px;
	height: 21px;
    z-index: 31;

}

#txt4{
    position: absolute;
    top: 6px;
    left: 257px;
    background: url('sprite.png') no-repeat -51px -163px;
    width: 175px;
	height: 57px;
    z-index: 31;

}

#browntxt{
    position: absolute;
    top: 68px;
    left: 174px;
	background: url('sprite.png') no-repeat -1px -227px;
	width: 237px;
	height: 12px;
    z-index: 31;

}

#phone{
    position: absolute;
    top: 2px;
    left: 389px;
    background: url('sprite.png') no-repeat -1px -306px;
    width: 113px;
    height: 129px;
    z-index: 31;

}

#logo{
    position: absolute;
    top: 13px;
    left: 18px;
    background: url('sprite.png') no-repeat -2px 0;
    width: 142px;
    height: 55px;
    z-index: 38;

}

#legal {
    position: absolute;
    bottom: 5px;
    right: 7px;
    background: url('sprite.png') no-repeat -74px -243px;
    width: 162px;
	height: 32px;
    z-index: 30;
}

#ctaBtn {
    position: absolute;
    top: 13px;
    right: 18px;
    background: url('sprite.png') no-repeat -1px -60px;
    width: 179px;
    height: 31px;
    z-index: 30;
}

#ctaBtnOver {
    position: absolute;
    top: 12px;
    left: 513px;
    width: 37px;
    height: 31px;
	opacity: 0;
    background : url('graphic_shimmer_angled.png') no-repeat;
	overflow: hidden;
    z-index: 31;
}

#invisibleOver {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    opacity: 0;
    z-index: 40;
}
