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: #0073cf;
}

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

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

#img_bottomBar {
    position: absolute;
    top: 0px;
	left: 540px;
    width: 180px;
    height: 15px;
    opacity: 1;
    background: url('img_sprites.png') no-repeat 0px -107px;
    background-color: #0073cf;
    z-index: 39;
}

#img_bottomBarBG {
    position: absolute;
    top: 75px;
	left:  0px;
    width: 728px;
    height: 15px;
    opacity: 1;
    background-color: #0073cf;
    z-index: 39;
}

#img_rightWhiteBar {
    position: absolute;
    top: 0px;
    left: -150px;
	width: 150px;
    height: 90px;
	opacity: 1;
    background: #fff;
    z-index: 40;
}

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

#img_rightBarTagline {
    position: absolute;
    top: 10px;
    left: 728px;
	width: 69px;
    height: 24px;
	opacity: 1;
    background: url('img_sprites.png') no-repeat 0px -83px;
    z-index: 41;
}

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

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


#NowWhat {
    position: absolute;
    top: 45px;
    left: 327px;
	width: 113px;
    height: 18px;
    opacity: 1;
    z-index: 30;
}

#txtNowWhat_A {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 113px;
    height: 18px;
	opacity: 0;
    background: url('img_sprites.png') no-repeat -122px 0px;
    z-index: 30;
    -ms-transform: scale(0.5,0.5); /* IE 9 */
    -webkit-transform: scale(0.5,0.5); /* Safari */
    transform: scale(0.5,0.5);
}

#txtNowWhat_B {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 113px;
    height: 18px;
	opacity: 0;
    background: url('img_sprites.png') no-repeat -122px 0px;
    z-index: 31;
    -ms-transform: scale(1.5,1.5); /* IE 9 */
    -webkit-transform: scale(1.5,1.5); /* Safari */
    transform: scale(1.5,1.5);
}

#txtNowWhat_C {
    position: absolute;
    top: 0px;
    left: 0px;
	width: 113px;
    height: 18px;
	opacity: 0;
    background: url('img_sprites.png') no-repeat -122px 0px;
    z-index: 30;
    -ms-transform: scale(1,1); /* IE 9 */
    -webkit-transform: scale(1,1); /* Safari */
    transform: scale(1,1);
}

#CTAbutton{
    position: absolute;
    overflow: hidden;
    opacity: 1;
    top: 41px;
    left: 728px;
    width: 89px;
    height: 25px;
    background-color: #ec008c;
    z-index: 42;
}

#ctaShimmer {
    position: absolute;
    top: 0px;
    left: -50px;
    width: 40px;
    height: 25px;
	opacity: 1;
    background : url('img_sprites.png') no-repeat -122px -58px;
    z-index: 43;
}

#txt1 {
    position: absolute;
    top: 14px;
    left: -400px;
	width: 400px;
    height: 50px;
	opacity: 1;
    background: url('img_sprites.png') no-repeat 0px -122px;
    z-index: 30;
}

#txt2 {
    position: absolute;
    top: 13px;
    left: -400px;
    width: 436px;
    height: 53px;
	opacity: 1;
    background: url('img_sprites.png') no-repeat 0 -173px;
    z-index: 30;
}