/* CSS Document */
html,body {	height: 100%;}

* {
	list-style:none;
	margin: 0;
	padding: 0;
}

body {
    height: 100%;
	background:url(../imagens/bg_body.jpg) repeat-x top left;
	text-align: center;	
	font-family: Arial, "Trebuchet MS", Verdana, Geneva, Helvetica, sans-serif;
	color: #666;
	font-size: 70%;
	margin: 0 ;
	margin-top: 0;
	}


/* Regras para classes */

#container{
	height:100%;
	margin-left:0px;
	background:url(../imagens/bg.jpg) 0 0;
	background-repeat:no-repeat;
	}

#flash {
	float:left;
	width: 970px;
	height: 650px;
	/*margin-left:-35px;*/
}

#assinatura { position:relative; margin-left:820px; padding-top:5px;}
#assinatura a img{border: 0; text-decoration: none;}
#assinatura a:hover img{border: 0; text-decoration: none;}
/* Fim das regras para ID's */

 /*CLASSES E ESTILOS DIVERSOS*/
 
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}
/*  Esconde IE-mac \*/* html .clearfix {height: 1%;} .clearfix {display: block;}/* IE-mac */  