body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center; /* hack para o IE */
}
#div_geral{
	position:relative;
	background-image:url(../img/bg.png);
	margin:0 auto;
	text-align:left; /* "remédio" para o hack do IE */
	width: 775px;
	height: 720px;
    top:0px;
}
#div_logo {
	position:relative;
	left:55px;
	top:50px;
	width: 290px;
	height: 49px;
}
#div_menu {
	position:relative;
	left:90px;
	top:150px;
	width: 400px;
	height: 45px;
}
#div_rodape {
	position:relative;
	left:270px;
	top: 245px;
	width:240px;
	height:16px;
}
#div_conteudo {
	position:relative;
	background-image:url(../img/bg_conteudo.png);
	left:115px;
	top:162px;
	width:515px;
	height:345px;
}
#div_box_texto {
	position:relative;
	left:37px;
	top:45px;
	width:440px;
	height:260px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.style1 a:link { border: 0px; text-decoration: none; color: #000000; font-weight: bold;}
.style1 a:hover{ border: 0px; text-decoration: underline; color: #000000; font-weight: bold;}
.style1 a:active{ border: 0px; text-decoration: none; color: #000000; font-weight: bold;}
.style1 a:visited{ border: 0px; text-decoration: none; color: #000000; font-weight: bold;}

.style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
