@charset "UTF-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	}

body {
margin:0;
padding:0;
background:#ccc;
text-align:center; /* hack para o IE */	
	}
#tudo { 
position:absolute;
left: 50%;
margin-left:-410px;
right: 100px;
width: 820px;		
padding: 10px;
text-align:center; /* "rem�dio" para o hack do IE */	
	}
	
#tudo .teste {
	position: absolute;
	left:472px;
	top:167px;
	width:330px;
	height:249px;
	padding: 0px 5px 0px 5px;
	z-index:1;
	text-align: justify ;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	overflow: scroll;
	
}
	
	#tudo .teste h3 { color: #900; font-size:10px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
	
#conteudo {
padding: 0px;
background-color: #eee;
	}

