@charset "utf-8";
body{
	background-image:url(fundo.jpg);
}
#flash{
	position: absolute;
	height:auto;
	width:100%;
	top:0px;
	left:0%;
	z-index:2;
	text-align:center;
}

#baixo{
	position:absolute;
	height:41px;
	width:100%;
	bottom:0%;
	left:0px;
	z-index:3;
	background:url(baixo.jpg);
	background-repeat:repeat-x
}
#cima{
	position:absolute;
	height:29px;
	width:100%;
	top:0px;
	left:0px;
	z-index:3;
	background-image:url(cima.jpg);
	background-repeat:repeat-x;
}
#site{
	position:absolute;
	height:auto;
	width:100%;
	top:40px;
	left:0%;
	text-align:center;
	z-index:1;
}
a.kariri:link{
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
a.kariri:visited {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
a.kariri:hover{
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	color:#000;
} 
a.kariri:active {
	text-transform:uppercase;
	text-decoration:none;
	color:#000;
}
