html{
	height:100%;
}

body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../imagens/background.png) no-repeat center fixed;
	text-align:justify;
	margin:0 auto;
	padding:0;
	height:100%;
	color:#666;
}

#alinha{
	position:relative;
	width:975px;
	height:688px;
	margin:0 auto;
}



#div_fundo{
	position:absolute;
	width:975px;
	height:688px;
	background:url(../imagens/background_home.gif) no-repeat;
}
