body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../imagens/bg_index.jpg);
	background-repeat:no-repeat;
	background-color:#C8C8CA;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
#corpo{
	position:relative;
	margin:auto;	
	width:750px;	
	
}
#topo{
	width:750px;
	height:103px;
	background-image:url(../imagens/bg_topo.gif);
	background-repeat:no-repeat;
}
#banner{
	width:750px;
	background-image:url(../imagens/bg_corpo.jpg);
	background-repeat:repeat-y;
	float:left;
}
#conteudo{
	width:750px;
	background-image:url(../imagens/bg_corpo.jpg);
	background-repeat:repeat-y;
	float:left;
}
#rodape{
	width:750px;;
	height:77px;
	margin:auto;
	background-image:url(../imagens/bg_rodape.jpg);
	background-repeat:no-repeat;
	clear:both;
}

