@charset "utf-8";
/* CSS Document */


body{
	background: url(../imagens/bg.jpg) #000 center top no-repeat;
	margin: 0px auto;
	font-family: Arial,Verdana, Helvetica, sans-serif;
}

#corpo{
	width: 950px;
	margin: 0px auto;
}

#topo{
	width: 950px;
	margin: 0px auto;
	height: 386px;
	background: url(../imagens/topo.png) no-repeat;
}

#animacaoTopo{
	position: absolute;
	margin-top: -95px;
}

#topoInterna{
	background: url(../imagens/topoInterna.png) no-repeat;
	width: 947px;
	height: 386px;
}

#menu{
	background: url(../imagens/menu.gif) repeat-x;
	width: 100%;
	height: 39px;
}

#conteudo{
	z-index: 99;
	color:#FFFFFF;
}

#bgRodape{
	width: 100%;
	background: url(../imagens/gatinha-manhosa_rodape2.jpg) center center #000000 no-repeat;
	height: 163px;
}

#rodape{
	width: 950px;
	margin: 0px auto;
}

#mdiv1{
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9996;
}

#fundo{
	background-color: #000;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 9997;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		-khtml-opacity: 0.8;
		opacity: 0.8;
}

#img{
	position: absolute;
	width: 100%;
	z-index: 9998;
}

#fechar a{
	color: #fff;
	text-decoration: underline;
	width: 100%;
	z-index: 9999;
}

.linha{
	border-bottom: 2px solid #6f777a;
}