@charset "utf-8";
body{
padding:0;
margin:0;
background-image:url(imagens/background.gif);
}
#logo{
	position:inherit;
	height:70px;
	width:180px;
	margin-top:12%;
	margin-bottom:0px;
	margin-left:26%;
	color:#666666;
	font-family:verdana;
	font-size:9pt;
	font-weight:bold;
}

#meio{
	position:inherit;
	background-image:url(imagens/ci.gif);
	height:226px;
	width:442px;
	margin-left:26%;
}
#conteudo{
	width:200px;
	position:absolute;
	margin-top:0;
	margin-left:0;
	font-family:Arial;
	font-weight: bold;
	font-size:11pt;
	left:315px;
	top:324px;
}
#centro{
	margin-top:150px;
	font-family:verdana;
	font-weight: bold;
	font-size:11pt;
}
