/* CSS Document */
 *{
 	border: 0;
	margin: 0;
	padding: 0;
	}
	
	body{ background: url(../img/img_body_fundoVermelho.jpg) top left repeat;}
	
/* Estrutura */

	.div_flash{
		display: block;
		margin: 0;
		float: left;
		width: 100%;}
		
	h1 {
		display: none;
		visibility: hidden}