@import "layout_definicoes.css";
@import "layout_hacksie.css";

html, body {
	height: 100%;
	background:url(../imagem/2009/site/bg.jpg) no-repeat;
	background-color:#FFFFFF;
	background-position:top;
	}

*, td, tr {
	margin: 0;
	padding: 0;
	border: 3;
	border-color: #FFFFFF;
	}

sup {
	font-size: 11px;
	}
	
	#teste{
	width:300px;
	height:200px;
	border:solid 1px red;
	background:#fff url(../imagem/bg.jpg) repeat-x left top;
	
	}

body {
	
	height: 87px;
	/*background:#FFF;*/
	line-height: 1.4em;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
	}

html {
	

	/*background: url(../imagem/sombra.jpg) top center repeat-y;
	_background: url(../imagem/sombraie.jpg) top center repeat-y;*/
	}
	fieldset{
	
	border:0px;}
	
/*#flashTopo{
	background-color:#000000;
	}*/	

#pagina {
	/*background: #FFF;*/
	width: 1002px;
	margin: 0 auto;
	min-height: 100%;
	text-align: center;
	}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
Cabeçalho
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	height: 65px;
	/*background: url(../imagem/bg_cabecalho.jpg) no-repeat;*/
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
Miolo
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	padding-bottom: 170px;
	}

#conteudo {
	width: 100%;
	display: inline;
	clear: both;
	float: right;
	margin-top: 0;
	}

#floater {
	position: absolute;
	left: 235px;
	top: 388px;
	width: 350px;
	height:220px;
	overflow: hidden;
	z-index: auto;
}

#floater_02 {
	position: absolute;
	left: 300px;
	top: 200px;
	width: 400px;
	height:300px;
	overflow: hidden;
	z-index: auto;
}
/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
Rodapé
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 1002px;
	height: 105px;
	padding-top: 60px;
	/*background: url(../imagem/bg_rodape.jpg) no-repeat left top #FFF;*/
	text-align: center;
	line-height: 1.5em;
	position: relative;
	margin: -15.0em auto 0 auto;
	z-index: 1;
	}

#nonFooter {
	position: relative;
	min-height: 100%;
	}
