/* CSS Document */

/* TUDO */

body{
	margin:0;
	background:#CDCDCD url(imagens/bg_tudo.jpg) top center no-repeat;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	color: #1e1e1e;
	line-height:1.4em;
	text-align: center;
	}
	
h1 {
	margin:0;padding:0;
	text-indent:-2000px;
}



/* layout */


#container { 
	width:727px; 
	height:620px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	position:relative;
	background:url(imagens/bg_corpo.jpg) no-repeat;
	margin-top:10px;
	}
	

#texto {
	margin: 290px 30px 50px 250px;
}

.fltright {float:right;}

#copyright { 
	text-align:center;
	color:#666;
	padding-top:50px;
	margin-bottom:100px;
}

#logoprincipal {
	position:absolute;
	top:13px;
	left:-23px;
	z-index:2;
	/*visibility:hidden;*/
}



/* form */

a:link, a:visited, a:active { color:#be0027; font-weight:normal;}
a:hover  { color:#be0027; font-weight:normal;}
