#container{
    position: fixed;
    left: 0;
    top: 0;
    overflow: hidden;
    width:728px;
    height: 90px;
    box-sizing: border-box;
	background: #1daeec;
}
#hotspot {
    position: absolute;
    top:0px;left:0px;
    height: 100%;
    width:100%;
    cursor: pointer;
    z-index: 150;
}
#bg-wrap{
	position: absolute;
	width: 276px;
	height: 90px;
	top:0px;
	overflow: hidden;
}
#bg{
	position: absolute;
	width: 376px;
	height: 141px;
	bottom: 0px;
	left: 0px;
	background-image: url(img/bg.jpg); 
	background-repeat: no-repeat;
	background-size: contain;
}

#logo{
	position: absolute;
	width: 24px;
	height: 24px;
	left:11px;
	top:61px;
	background-image: url(img/logo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#nhtsaLogo{
	position: absolute;
	width: 96px;
	height: 19px;
	left: 625px;
	top: 65px;
	background-image: url(img/nhtsaLogo.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#txtBlock1{
	width: 289px;
	height: 56px;
	position: absolute;
	left: 300px;
	top:18px;
}
#txtBlock2{
	width: 603px;
	height: 21px;
	position: absolute;
	left: 65px;
	top:15px;
}
#cta{
	position: absolute;
	width:118px;
	height: 29px;
	left:302px;
	top:50px;
	background: #ffcc00;
	border-radius: 4px;
}
#ctaTxt{
	width: 92px;
	height: 12px;
	position: absolute;
	left: 15px;
	top: 10px;
}
.startZero{
	opacity:0;
}

