body, html{
	margin:		0px;
	height: 100%;
	width: 	100%;
	background-color: #383838;
}

img{ border: 0px;}

#mae { 
	width: 	743px; 
	height: 100%;
	margin: auto;
	background-color: #FFF;
	position: relative;
}

#topo	{
	background-image: 	url(../img/topo.gif);
	height:				196px;
	position: 			relative;
	
}

#logo{
	position:absolute;
	left:17px;
	top:0px;
	width:271px;
	height:162px;
	z-index:1;
	cursor:pointer;
}

#banner{
	position:absolute;
	left:399px;
	top:103px;
	width:317px;
	height:61px;
	z-index:1;
	
}

#conteudo{ 
	background-image: url(../img/bg_color.gif); 
	position: relative;
	padding: 8px;}

.divbox	{
	border:				1px solid #CCC;
	min-height: 		200px;
	background-color: 	#FFF;
	margin-bottom: 		8px;
	padding:4px;
}

#rodape {
	background:	#333;
	height: 	200px;
}

#menu	{
	background-image: 	url(../img/bot_bg.gif);
	height: 			43px;
}

#login{
	position: absolute;
	left: 398px;
	top: 3px;
	width: 318px;
	height: 82px;
	
	}
	
#email{
	position: absolute;
	left: 29px;
	top: 15px;
	
}
#email input{ height: 14px; width: 251px; border: 1px solid #CCC;		}
#senha		{
	position: absolute;
	left: 29px;
	top: 25px;
}
#senha input{ height: 14px; width: 225px; border: 1px solid #CCC;		}
#botok		{
	position: absolute;
	left: 289px;
	top: 51px;
}

.cabecalho_tabela{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	text-decoration: none

}

.branco_rodape {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
