body {
	background-color: #ffffff;
	background-image: url("../imagens/bodyback.jpg");
	background-repeat: repeat-x;
	
}

#divSite {
	border: solid 0px #A0A0A0;
	background-color: #FFFFFF;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	left: 50%;

	z-index: 10;
}

#divBottom {
	background-image: url("../imagens/bodybuttomline.jpg");
	background-repeat: repeat-y;
	width: 892px;
	height: 500px;
	margin-left: -446px;
	margin-top: -500px;
	position: absolute;
	top: 100%;
	left: 50%;
	text-align: left;
	z-index: 5;
	overflow: hidden;
}

#divBottomImg { 
	background-image: url("../imagens/bodybuttom.gif");
	background-repeat: no-repeat;

	position: absolute;
	top: 600px;
	left: 50%;
	width: 900px;
	height: 120px;
	margin-left: -450px;
	z-index: 13;
}



#divDesenvolvido {
	width: 900px;
	height: 15px;
	margin-left: -465px;
	margin-top: 0px;
	position: absolute;
	top: 620px;
	left: 50%;
	text-align: right;
	z-index: 15;
}



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;	 
}

