@charset "utf-8";

/* SOMBREAMENTO */
.shadow {
	position:relative;
	width:784px;
	height:100%;
	z-index:3;
	text-align:center;
	margin-top:0px;
	padding-bottom:0px;
}

.shadow_inner {
	overflow:hidden;
	position:absolute;
	filter:alpha(Opacity=10); /*modify to change the shade solidity/opacity, same as below*/
	opacity:0.1; /*firefox 1.5 opacity*/
	-moz-opacity:0.1; /*mozilla opacity*/
	-khtml-opacity:0.1; /*opacity*/
	z-index:2
}
/* TAGS ######################################################## */
html {
	width:100%;
	margin:0px;
	padding:0px;
}

body {
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
	text-align:center;
}

/* DIV IDs ##################################################### */

#geral_fundo_topo {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:238px;
	background-image:url(images/geral_fundo_topo.jpg);
	z-index:1;
}

#geral_fundo_rodape {
	position:absolute;
	bottom:0px;
	left:0px;
	right:0px;
	height:148px;
	background-image:url(images/geral_fundo_rodape.jpg);
	z-index:1;
}

#geral_topo {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	height:148px;
	background-image:url(images/geral_fundo_rodape.jpg);
	z-index:2;
}

#geral_container {
	position:relative;
	width:778px;
	background-color:#FFFFFF;
	z-index:5;
	margin:0px;
	margin-left:4px;
}
