body {
	margin: 0 0 0 0;
	background-color:#F4F4F4;
}

#quadro {
	position:absolute;
	width:780px;
	left:50%; 
	margin-left:-390px; 
	background-image:url(../img/meio.gif);
	background-repeat:repeat-y;
}

#topo {
	position:relative;
	width:100%;
	height:125px;
	background-image:url(../img/topo.jpg);
	background-repeat:no-repeat;
	margin-bottom:10px;
}
#menu {
	position:relative;
	float:left;
	width:160px;
	padding-left:40px;
}
#conteudo {
	position:relative;
	float:right;
	width:510px;
	padding-right:50px;
	padding-top:0px;
	padding-bottom:10px;
}
#rodape {
	position:relative;
	clear:both;
	width:100%;
	height:40px;
	background-image:url(../img/rodape.gif);
	background-repeat:no-repeat;
	margin-top:10px;
	text-align:center;
	font-size:8pt;
}
