@import "home_layout_hacksie.css";
@import "home_layout_definicoes.css";

html, body {
	height: 100%;
	}

* {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	background: url(../images/home_background.jpg);
	line-height: 1.4em;
	font-family: Verdana, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
	/*overflow: -moz-scrollbars-vertical;*/
	}

#pagina {
	background: url(../images/_home_background_conteudo.jpg) left center repeat-y #FFF;
	width: 778px;
	margin: 0 auto;
	text-align: center;
	}

.clearer {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
CABECALHO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#cabecalho {
	height: 199px;
	padding-top: 1px;
	background: #E6E6E6;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
MIOLO
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#contentMiolo {
	width: 725px;
	float: right;
	position: relative;	
	background: url(../images/_home_background_miolo.jpg) center right repeat-y;
	}

/*
//////////////////////////////////////////////////////////////////////////////////////////////////////////
RODAPE
//////////////////////////////////////////////////////////////////////////////////////////////////////////		
*/

#rodape {
	width: 778px;
	clear: both;
	font-size: 10px;
	padding-top: 25px;
	text-align: center;
	background: url(../images/_home_background_rodape.jpg) no-repeat #354F5C;
	}

#nonFooter {
	position: relative;
	min-height: 100%;
	}
