@charset "utf-8";
body  {
	font: 80%  Arial, Helvetica, sans-serif;
	background-image: url(../literarua/videos/site.jpg);
	background-color:#FFCC00;
	background-repeat:no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
		color: #000000;
}
.corpo #todasDivs { 
	width: 300px;  /* this will create a todasDivs 80% of the browser width */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	} 
.corpo #meioConteudo {
	background-color:#FFFFFF;
	color: #00346e;
	float: left;
	margin:0;
}
.corpo #meioConteudo p {
	text-align: justify;
}
.corpo #meioConteudo h2{
	font-size: 22px;
	font-style:normal;
}
.corpo #apDiv1 {
	position:absolute;
	left:607px;
	top:154px;
	width:140px;
	height:203px;
	z-index:1;
}
.fale {
	font: 11px;
	color:#000000;
}