* {
	padding:0; margin:0;
	text-align:center;
}
body#home {
	background:url(../imagens/layout/bg_pagina.jpg) no-repeat top center;
}
#bgindex {
	background:url(../imagens/layout/bg_index.gif) center top;
}
html, body {height:100%;}

/** html #produzido {
    position: absolute;
    top: expression(document.compatMode=="CSS1Compat"? document.documentElement.scrollTop+100+"px" : body.scrollTop+100+"px");
}*/
#produzido {
	display:block; float:right;
	position:fixed;
	width:154px; height:23px;
	right:20px; bottom:0;
}
	#produzido a {
		display:block;
		width:154px; height:23px;
		text-indent:-5000em;
		background:url(../imagens/layout/produzido.png) no-repeat 0 0;
	}