/* GERAL */

/* CSS RESET */
*{
	padding:0;
	margin:0;
	border:0;
}

/*####################################################################################################################################################################*/
/*####################################################################################################################################################################*/
/*####################################################################################################################################################################*/

/* FORMATACOES GERAIS */
body{ 
	background-image:url(Imagens/fundocinza.png);
	background-position:top;
	background-repeat:repeat-y;
}

#fundo{
	margin:0px auto;
	width:900px;
	height:550px;
	padding:50px 0 0 0;
	
	background-image:url(Imagens/fundohome.png);
	background-position:top;
	background-repeat:no-repeat;
}

	#flash{
		margin:0px auto;
		width:750px;
		height:500px;
	}
	#assinatura{
		width:120px;
		height:40px;
		margin-left:75px;
	}