/*  
FUTURO COMUNICAÇÃO JUIZ DE FORA - MINAS GERAIS - BRASIL
======================================================
Agência: Futuro Comunicação
Design por: Izaias J. Santos
CSS + XHTML: Izaias J. Santos
Programação: Izaias J. Santos
======================================================
Todos os Direitos Reservados - 2011
*/
.fundo_home {
	background-color: #145291;
	background-image: url(../layout/bgs/bg_principal.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fundo_portifolio {
	background-color: #000000;
	background-image: url(../layout/bgs/bg_portifolio.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fundo_agencia {
	background-color: #000000;
	background-image: url(../layout/bgs/bg_empresa.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fundo_servicos {
	background-color: #000000;
	background-image: url(../layout/bgs/bg_servicos.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fundo_orcamento {
	background-color: #000000;
	background-image: url(../layout/bgs/bg_orcamento.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}
.fundo_space {
	background-color: #000000;
	background-image: url(../layout/bgs/bg_espaco.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

