body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#centro {
	position: absolute;
	left: 50%;
	top: 50%;
}
#logo_topo {
	position: absolute;
	left: -205px;
	top: -220px;
}
#topo {
	position: absolute;
	left: -50px;
	top: -220px;
}
#menu {
	position: absolute;
	left: -205px;
	top: -38px;
}
#cartas {
	position: absolute;
	left: -305px;
	top: -174px;
}
#conteudo {
	position: absolute;
	left: -50px;
	top: -88px;
	background: url(imagens/bg_conteudo.jpg);
	width: 315px;
	height: 307px;
}
.texto {
	position: absolute;
	left: 35px;
	top: 0px;
	height: 266px;
	width: 230px;
	font: 0.66em/1.5em Georgia, "Times New Roman", Times, serif;
	color: #333333;
	overflow: auto;
	scrollbar-base-color: #FFFFFF;
	scrollbar-arrow-color: #333333;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #CCCCCC;
	scrollbar-darkshadow-color: #CCCCCC;
	scrollbar-shadow-color: #FFFFFF;
}
H1 {
	font-size: 1.5em;
	font-weight: bold;
}
h2 {
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
	position: relative;
	top: -1em;
}
.autor {
	border-top: thin solid #CCCCCC;
	color: #000000;
	font-style: italic;
}

.texto A:ACTIVE, .texto A:LINK, .texto A:VISITED {
	color						: #000000;
	text-decoration				: none;
	cursor						: hand;
	font						: 10px Verdana, Tahoma, Arial;
}

.texto A:Hover {
	color						: #999999;
	text-decoration				: none;
	font						: 10px Verdana, Tahoma, Arial;	
}
