body {
	margin:0;
	padding:0;
	text-align:center; /* hack para o IE */
	background-attachment: fixed;
	background-color: #cccccc;
	background-image: url(fundoMaster.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#pagina {
	height: 100%;

	/*background-image: url(teste_dir.gif);*/
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
#tudo {
	width: 775px;
	margin:0;
	/*padding: 0px;*/
	text-align:left; /* "remédio" para o hack do IE */
	height: 100%;
	background-color: #FFFFFF;
}
#conteudo {
	padding: 0px;
	background-color: #ffffff;
}
