body {
	background-color: #ffffff;
}

#divSite {
	border: solid 0px #A0A0A0;
	background-color: #FFFFFF;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
	position: absolute;
	top: 50%;
	left: 50%;

	z-index: 10;
}

#divDesenvolvido {
	width: 900px;
	height: 15px;
	margin-left: -450px;
	margin-top: 300px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: right;
	z-index: 15;
}

.desenvolvidoPor {
	font-family: Verdana;
	font-size: 7pt;
	font-style: normal;
	color: #303030;
	line-height: 8pt;
}

A:link, A:visited  {
	color: #003473;
	font: 9pt,10pt "Verdana";
	text-decoration: none;
	font-family: "Verdana";
	font-size: 8pt;
}

A:hover {
	text-decoration: underline;
	color: #DA6D1D;
	font: 9pt,10pt "Verdana";
	font-family: "Verdana";
	font-size: 8pt;
}

A.legenda:link,  A.legenda:visited  {
	color: #DA8D01;
	font-weight: 500;	 
}


