@charset "utf-8";

body{
	background-color: #ffffff;
	background-image: url('../imagens/riscas_fundo.png');
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 20px;
}

#divTopo{
	height: 70px;
	width: 900px;
	background-color: #ffffff;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	z-index:0;
}

#divCentro{
	top: 90px;
	height: 175px;
	width: 900px;
	background-color: #FFF;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	z-index:0;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999;
	border-bottom-color: #999;
}
#divMain {
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 4;
	padding-bottom: 4;
	background-color: #FFF;
}

#divConteudo{
	top: 265px;
	height: auto;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	position: absolute;
	z-index:0;
}
