/* CSS Document */

body{
	background-image:url(images/background.jpg);
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
		
	margin:10px 0px 0px 0px;
}

#faixa{
	background-image:url(images/faixa.png);
	background-position:center;
	background-repeat:repeat-x;
	
	height:330px;
	padding-top:90px;
	text-align:center;
}

#faixa #logos{
	width:800px;
	margin:auto;
}
