@charset "utf-8";
/* CSS Document */

div.bg {
position: absolute;
width: 100%;
height: 100%;
background-position: top center;
background-repeat: no-repeat;
z-index: -1;
}

div#fundo_home1 
{
	background: url(../fundo/fundo1.jpg) no-repeat top center;
}
div#fundo_home2 
{
	background:  url(../fundo/fundo2.jpg) no-repeat top center;
}
div#fundo_home3 
{
	background: url(../fundo/fundo3.jpg) no-repeat top center;
}
div#fundo_home4 
{
	background: url(../fundo/fundo4.jpg) no-repeat top center;
	
}


html, body{
	margin:0;
	padding:0;
	color: #333;
	font:12px  Calibri;
}
