body {
	margin:0px; 
	font-family:Arial;
	font-size:12px;
	color:#000000;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-attachment:fixed;
}
#tudo{
	width:990px;
	margin:0 auto;
	text-align:center;
}
#conteudo{
	width:990px;
	float:left;
	margin-top:50px;
	text-align:center;	
}
#mensagem{
	width:990px;
	float:left;
}
#cenarium{
	width:990px;
	float:left;
	margin-top:50px;
}
#creditos{
	width:990px;
	margin-top:50px;
	text-align:center;
	float:left;
}
p.textocredito{font:arial; font-size:12px; color:#666;}
