/* Folha de Estilo by Takeda's web - www.takedas.com */


body{
	margin:0px; 
	background-image:url(../imagens/bg.gif); 
	background-repeat:repeat-y; 
	background-color:#DDE2E6;
	background-position:center;
}

#tudo{	
	position:absolute;
	top:10px;
	width:760px;
	z-index:1;
	left:50%;
	margin-left: -380px;
	float:left;
}
#topo{
	width:100%px;
	height:160px;
}
#menu{
	width:100%px;
	height:30px;
	background-image:url(../imagens/mnbg.gif);
	background-repeat:repeat-x;
}
#corpo{
	width:100%px;
	background-color:#FFFFFF;
}
#base{
	width:750px;
	height:32px;
	background-image:url(../imagens/bt.gif);
	background-color:#F1F3F4;
	text-align:center;
	padding:5px;
}
