	html, body{
		height:100%;
	}
	
    #bande{
		height:220px;
		background:#161616;
		width:100%
	}
	
	 #bande #content{
		width:825px;
		margin:auto;
	}
	
	#bande #logo{
		position:relative;
		top:-22px;
		float:left;
	}
	
	#bande #text{
		margin:85px 0 0 10px;
		text-transform:uppercase;
		float:left;
	}
	
	#bande p#install{
		float:left;
		font-size:25px;
		color:#dcdcdc;
		padding-left:10px;
		line-height:16px;
	}
	
	#bande p#install a:link,
	#bande p#install a:active,
	#bande p#install a:visited{
		color:#f20e19;
	}
	
	#bande p#install a:hover{
		color:#fff;
	}
	
	#bande #flashLogo{
		float:left;
		padding-right:10px;
		border-right:1px solid #505050;
	}
	
	.clearfix:after {
	   content: ".";
	   display: block;
	   height: 0;
	   clear: both;
	   visibility: hidden;
   }