	@import "layout_hacksie.css";
	@import "layout_definicoes.css";
	
	html, body {
		height: 100%;
		}
	
	* {
		margin: 0;
		padding: 0;
		}
	
	body {
		background: url(../imagens/bg.jpg) #94DBA1 repeat-x;
		line-height: 1.4em;
		font-family: Tahoma, Verdana, sans-serif;
		font-size: 11px;
		color: #000;
		text-align: center;
		}
	
	#pagina {
		background:url(../imagens/bg_pagina.jpg) no-repeat;
		width: 778px;
		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;
		}
	
	a { color: #9D9D9D; text-decoration: none; }
	a:link { color: #333333; text-decoration: none; }
	a:hover { color: #9D9D9D; text-decoration: underline; }
	a:active { color: #9D9D9D; text-decoration: none; }
	a:visited { color: #9D9D9D; text-decoration: none; }
	
	/*
	//////////////////////////////////////////////////////////////////////////////////////////////////////////
	FLOATER
	//////////////////////////////////////////////////////////////////////////////////////////////////////////		
	*/
	
	
	#floater{
		z-index:9999999;
		position:fixed;
		width:600px;
		height:720px;
		top:0;		
		left:50%;
		margin-left:-300px;
	}
	
	
	
		/*
		//////////////////////////////////////////////////////////////////////////////////////////////////////////
		MIOLO
		//////////////////////////////////////////////////////////////////////////////////////////////////////////		
		*/
		
	#contentMiolo {
		padding-bottom: 20px;
		height:auto;
		}
	
	#topo {
		width: 438px;
		height: 210px;
		float: right;
		}
	
	#conteudo {
		width: 438px;
		float: right;
		position: relative;
		left: -60px;
		text-align: justify;
		}
		
		/*
		//////////////////////////////////////////////////////////////////////////////////////////////////////////
		MENU
		//////////////////////////////////////////////////////////////////////////////////////////////////////////		
		*/
		
	#menu {
		width: 340px;
		height: 1070px;
		float: left;
		}
		
		/*
		//////////////////////////////////////////////////////////////////////////////////////////////////////////
		RODAPE
		//////////////////////////////////////////////////////////////////////////////////////////////////////////		
		*/
		
	#rodape {
		width: 538px;
		background: url(../imagens/bg_rodape.jpg) repeat-y;
		text-align: center;
		position: relative;
		margin: -1.5em auto 0 auto;
		padding-left: 240px;
		}
	
	
	#nonFooter {
		position: relative;
		min-height: 100%;
		}
