*{
	border:0;
	padding:0;
	margin:0;
	font-family:Tahoma,Verdana;
	
}
html{
	background-color:#000;
	width:100%;	
	height:100%;
}

body{
	height: 100%;
}

p,a{
	color:#fff;
	font-size:11px;
	text-decoration:none;
}

a:hover{
	color:#ff0000;
	text-decoration:underline;
	
}

#all_content{
	position:relative;
	min-height:100%;
	_height: 100%;
}

#all_content .content{
	padding-bottom:0px;
	_padding-bottom:48px;

}

#rodape{
	text-align:center;
	position:absolute;
	bottom:0;
	width:100%;
}

#rodape p{ background-color:#6e0000; }

.clear{ clear:both; }

span.img_title{ visibility:hidden; }

#conteudo-wrapper {
	padding-bottom: 58px;
}