body {
	background-image: url(images/bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
}
#logo {
	position: absolute;
	z-index:2;
	height: 82px;
	width: 267px;
	margin-top: 15px;
	margin-left: 10px;
}
#conteudo {
	position: absolute;
	z-index:1;
	height: 435px;
	width: 685px;
	background-image: url(images/trans.png);
	margin-top: 55px;
	margin-left: 230px;
	padding-left:10px;
	padding-right:2px;
	border: 1px solid #FFCB51;
}

#rodape {
	position:absolute;
	z-index:3;
	background-image: url(images/bg2.png);
	background-repeat: repeat-x;
	width:100%;
	height:100px;
	margin-top: 520px;
	margin-right: 0px;
	margin-left: 0px;
}
#bandeiras {
	position: absolute;
	z-index:4;
	height: 448px;
	width: 52px;
	background-image: url(images/bandeiras.png);
	margin-top: 52px;
	float: right;
	margin-left: 950px;
}
#logo2 {
	position: absolute;
	z-index:5;
	height: 71px;
	width: 190px;
	margin-top: 130px;
	margin-left: 20px;
	background-image: url(images/logos_cle.png);
	background-repeat: no-repeat;
}
#copyright {
	position: absolute;
	z-index:6;
	height: 20px;
	width: 90%;
	margin-top: 620px;
	margin-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#ani {
	position: absolute;
	z-index:5;
	height: 247px;
	width: 190px;
	margin-top: 247px;
	margin-left: 20px;
}
#copyright a {
	color: #333333;
	text-decoration: none;
	font-weight: 500;
}
#copyright a:hover {
	color: #BF7300;
	font-weight: 500;
}