@charset "UTF-8";

/* Webfont: ADayinSeptember */@font-face {
    font-family: 'ADayinSeptember';
    src: url('fonts/ADayinSeptember.eot'); /* IE9 Compat Modes */
    src: url('fonts/ADayinSeptember.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('fonts/ADayinSeptember.woff') format('woff'), /* Modern Browsers */
         url('fonts/ADayinSeptember.ttf') format('truetype'), /* Safari, Android, iOS */
         url('fonts/ADayinSeptember.svg#ADayinSeptember') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;

}

body, body * {
	vertical-align: baseline;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;

/*	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;*/
}

/* global */
#container_dc {
	position: absolute;
	width: 726px;
	height:88px;
	border:1px solid #999999;
	background-color:white;

	margin: auto;
	overflow:hidden;
	display:none;


}

#bg{

	position: absolute;
	width: 728px;
	height:90px;
	top: 0px;
	left: 0px;
	background-image: url(bg.jpg);
    background-size: 728px 90px;
	background-repeat:no-repeat;


}

#animation{
	position:absolute;
	width:100%;
	height:100%;


}
.animationParts{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    background-size: 728px 90px;
	background-repeat:no-repeat;
	background-color: transparent;
}
#copy1,#copy2,#copy3,#copy4,#copy5,#copy6,#copy7,#copy8,#copy9{
	
}

#fdic{

	background-image: url(fdic.svg);

}
#logo{
	
	background-image: url(logoAlly.svg);
    top:-5px;
}
#cta{

	background-image: url(ctaBtn.svg);
	top:-6px;

}
#productName{
	background-image: url(productName.svg);

}
/*da rate*/
#rate_container {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	color:#650360;
	font-family:inherit;
	opacity:0;

}
.percentAPY {
	display:inline-block;
	position: relative;
	left:2px;

}
  #darate0 {
	  position: absolute;
	top:0px;
	left:345px;

	text-align:center;
	


}
.rate {

	display:block;
	font-size:70px;
	line-height:82px;
	letter-spacing:3px;
	font-family: "ADayinSeptember", serif;
	margin:0;
	padding:0;
	position: absolute;
	width:216px;
	
	

}
span {
	margin:0;
	padding:0;

}


  #fallback {
	position:absolute;
	display: none;
	top:0px;
	left:0px;

}


/* Invisible button for background clickthrough. */
#background_exit_dc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	cursor: pointer;
	background-color:white;
	opacity:0;
	z-index: 100;
}

:focus {outline:none;}
::-moz-focus-inner {border:0;}

