.body {
	overflow:hidden;
	clip:    rect(auto auto 100px auto);

}

#moldura {
	width:100%;
	height: 100%;
	background-attachment: fixed;
	position: static;
	clip:   rect(auto auto 100px auto);
	background-image: url(imagens/fundo.gif);







}

#divtopo {
	width:100%;
	height: 143px;
	background-color: #009999;
	background-image: url(imagens/fundo_topo.gif);



}

#divmenu {
	width:100%;
	height: 25px;



}

#menuleft {
	width:137px;
	height: 418px;
	float: left;
	background-image: url(imagens/menu_fundo_LEFT.gif);
	background-repeat: repeat-x;







}

#corpo {
	width:633px;
	height: 480px;
	float: left;



}
