body {
	background-image:url(img/bg_black.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	background-color:#000000;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	overflow-x:hidden;
}

.boxgamb {
	background-image:url(img/bg_white.png);
	background-repeat:repeat-y;
	background-position:center;
	left:50%;
	width:880px;
	height:1500px;
	margin-left:-440px;
	top:0px;
	position:fixed;
}

.boxbgwhite {
	background-image:url(img/bg_white.png);
	background-repeat:repeat-y;
	background-position:center;
	left:50%;
	width:880px;
	margin-left:-440px;
	top:0px;
	position:absolute;
}

/* INICIO DA BARRA TOPO */

.barra_topo {
	background-image:url(img/barra_topo.png);
	width:920px;
	height:135px;
	top:0px;
	left:-20px;
	margin-top:62px;
	margin-bottom:0px;
	position:relative;
}

.brasao {
	top:-42px;
	left:98px;
	margin:0px;
	background-image:url(img/brasao.png);
	background-repeat:no-repeat;
	height:221px;
	width:177px;
	position:absolute;
}

/* POSICIONAMENTO DOS LINKS */

.menu_geral {
	top:0px;
	left:365px;
	height:120px;
	position:relative;
}

	.menu_index {
		left:0px;
		width:120px;
	}

	.menu_vantagens {
		left:120px;
		width:100px;
	}

	.menu_servicos {
		left:220px;
		width:90px;
	}

	.menu_fotos {
		left:310px;
		width:70px;
	}
	
	.menu_contato {
		left:380px;
		width:80px;
	}
	
	.menu_textos {
		top:90px;
		position:absolute;
		width:100%;
		text-align:center;
		color:#FFFFFF;
		font-size:13px;
	}

.menu_swap {
	top:0px;
	height:120px;
	position:absolute;
}

.menu_swap:hover {
	background-image:url(img/menu_hover.png);
	background-repeat:repeat-x;
	cursor:pointer;
}

/* FIM DO MENU */

.conteudo {
	position:relative;
	top:30px;
	left:12px;
	width:856px;
}

p {
	margin-top:0px;
	margin-bottom:15px;
}

.bold {
	font-weight:bold;
}

/* RODAPE */

.rodape {
	position:relative;
	top:0px;
	width:920px;
	height:48px;
	left:-20px;
	margin-top:70px;
	margin-bottom:25px;
	background-image:url(img/rodape.png);
	background-repeat:no-repeat;
}

.rodape_by {
	float:right;
	background-image:url(img/rodape_by.png);
	width:32px;
	height:32px;
}

.rodape_by:hover {
	cursor:pointer;
}