
.fundo-menu {

	background-attachment: fixed;
	background-image: url(../imagens/fundo_menu.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #C4261D;
}
.fundo-base {

	background-attachment: fixed;
	background-image: url(../imagens/fundo_principal.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-color: #C4261D;
}
body {
	scrollbar-arrow-color:#000000;
	scrollbar-3dlight-color:#9B120B;
	scrollbar-highlight-color:#FF0000;
	scrollbar-face-color:#DE3127;
	scrollbar-shadow-color:#CC3333;
	scrollbar-darkshadow-color:#B4160D;
	scrollbar-track-color:#8D1507;
	}
}
