#home {
	position:relative;
	min-height:100%;
}

#home #home_header{

	position:absolute;
	top:30px;
	width:100%;
	background-color:#000;
	height:10px;
	z-index:1;

}
#home #home_content{
	position:absolute;
	width:100%;
	top:35px;
	left:50%;
	width:780px;
	margin-left:-390px;
	height:500px;
	z-index:0;
	
}
#home #home_footer{
	position:absolute;
	width:100%;
	bottom:40px;
	left:0;
	background-color:#000;
	height:44px;
}
#home #home_footer .footer_img{
	width:289px;
	height:15px;
	background:url(../images/home_footer.gif) no-repeat;
	position:absolute;
	top:5px;
	left:50%;
	margin-left:-145px;
}

#home #home_footer #bt_entrar a{
	width:85px;
	height:15px;
	display:block;
	background:url(../images/home_bt_entrar.gif) no-repeat;
	position:absolute;
	bottom:-18px;
	left:50%;
	margin-left:-42px;
}


