@charset "utf-8";
#header {
	position: fixed;
	left: 0px;
	top: 0px;
	background-image: url(img/INDEX/cabecalho_bk_grd.png);
	background-repeat: repeat-x;
	height: 140px;
	width: 100%;
	float: none;
	clear: none;
	z-index: 0;
	background-attachment: fixed;
	display: block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
