/* ----------------------------------------------------------------  CSS BG */

body {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Tahoma;
}

.bg_geral {
	background-image: url(../images/bg_geral.jpg);
	background-repeat: no-repeat;
}

.bg_geral_esq {
	background-image: url(../images/bg_geral_esq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
	
.bg_geral_dir {
	background-image: url(../images/bg_geral_esq.jpg);
	background-repeat: no-repeat;
}

.bg_index {
	background-image: url(../images/bg_index.jpg);
	background-repeat: no-repeat;
}

/* -----------------------------------------------------------------  CSS TOPO */

#topo {
	width: 926px;
	height: 195px;
	float: left;
	clear: both;
	margin-left: 33px;
}

/* ---------------------------------------------------------------  CSS DISPLAY - IFRAME */

#display {
	width: 926px;
	height: 405px;
	float: left;
	clear: both;
	margin-left: 33px;
}