/* CSS Document */
*{
	border:0;
}
html{
	height:100%;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	background-color:#272727;
	text-align:center;
}
img{
	border:0px;
}
#master{
	width:100%;
	margin:0px auto;
	position:relative;
	font-family:Tahoma;
	font-size:11px;
}
.topo{
	background-image:url(../_imagens/comum/bg_topo.gif);
	background-repeat:repeat-x;
}
.animacaoInicial{
	text-align:center;
	background-color:#FFFFFF;
}
.rodape{
	width:100%;
}
.titulo{
	padding-left:50px;	
}
.tituloBackground{
	background-image:url(../_imagens/interna/titulos/bg-titulo.gif);
	background-repeat:repeat-x;	
}

/*.link{
	width:247px;
	height:33px;
	position:absolute;
	margin: 50px 0px 0px 250px;
	left: -183px;
	top: 360px;
}
.fotos{
	position:absolute;
	left: -2px;
	top: 530px;
}
.logoEbis{
	position:absolute;
	left: 752px;
	top: 487px;
}

img{
	filter:expression(
	   this.alphaxLoaded ? "" :
	   (
		this.src.substr(this.src.length-4)==".png"
		?
		(
		 (!this.complete)
		 ? 
		  this.runtimeStyle.filter=
		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		  String(this.alphaxLoaded=true).substr(0,0)+
		  (this.src="../_imagens/transparencia.gif").substr(0,0)		 
		  :
		  this.runtimeStyle.filter=
		  ("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		  (this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		  String(this.alphaxLoaded=true).substr(0,0)+
		  (this.src="../_imagens/transparencia.gif").substr(0,0)
		)
		:
		this.runtimeStyle.filter=""
	   )
	  );
	  border:none;
}
*/
