#details_btn,#legal p{font-family:Arial,sans-serif;color:#fff}
* {margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;border:0}
body,html {background:#fff}

#banner-container{
	margin:0;
	padding:0;
	width:320px;
	height:50px;
	overflow:hidden;
	border:1px solid #000;
	-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;background-color:#262e3b}

	#background,#details_btn,#headline1,#headline2,#legal{
		position:absolute}

	#banner-container:hover{cursor:pointer}
	
	#background{
		position: absolute;
		top:-30px;
		left:0px;
		overflow:hidden;
		}

	#logo{
		position: absolute;
		top:-1px;
		left:0;
		opacity:0;
		}

	#background2{
		position: absolute;left:-170px;
		top:0;height:50px;
		opacity:1;
		overflow:hidden;
		}

	#headline1{
		position: absolute;
		left:-200px;
		top:0px;
		opacity:1;

		}

	#headline2{
		position: absolute;
		left:0;
		top:-1px;
		opacity:0;
			}

	#bluebar{
		position: absolute;
		top:0;
		left:0;
		opacity:0;
		}

	#tagline{
		position:absolute;
		top:0;
		left:0;
		opacity:0;
	}

	#learnmore{
		position: absolute;
		top:0;
		left:0px;
		opacity:0;
		}
	#blue{
		position: absolute;height:90px;width:100%;
		top:-30px;left:0px;opacity:0;
		background-image:-moz-linear-gradient(#262e3b, #262e3b, transparent);
  		background: -ms-linear-gradient(#262e3b, #262e3b, transparent); 
  		background: -webkit-linear-gradient(#262e3b, #262e3b, transparent);
  		background: linear-gradient(#262e3b, #262e3b, transparent);
		}		

	