html,body 
			{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-image:url(../img/index/fundo2.jpg);
	background-repeat:repeat;

}

#div_all
		   {
	position:relative;
	width: 990px;
	height:780px;
	margin: 0px;
	padding: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top:0px;
	left:0px;
	border: c8c8c8 solid 1px;
	/*background-color: #31363a;
	background-repeat:repeat;	*/	
}

#top
		   {
	position:relative;
	width: 990px;
	height:352px;
	margin: 0px;
	padding: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top:0px;
	left:0px;
	background-image: url(../img/index/top.jpg);
	background-repeat:repeat;
}

#meio
		   {
	position:relative;
	width: 990px;
	height:361px;
	margin: 0px;
	padding: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top:0px;
	left:0px;

}

#down
		   {
	position:relative;
	width: 990px;
	height:67px;
	margin: 0px;
	padding: 0px;
	clear:both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	top:0px;
	left:0px;
	background-image: url(../img/index/down.jpg);
	background-repeat:repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2f373a;
	word-spacing:5px;
}

.top1{
	position:relative;
	width:970px;
	height:350px;
	top:0px;
	left:10px;
	float:left;

}

.top2{
	position:relative;
	width:670px;
	height:350px;
	top:0px;
	left:10px;
	float:left;

}

.copy{
	position:relative;
	width:940px;
	height:18px;
	top:48px;
	left:30px;
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
}

/* link geral para o site   */

a.links:link{
text-decoration: none;
color:#333333;
}
a.links:visited{
text-decoration:none;
color:#333333;
}
a.links:hover{
text-decoration: underline;
color:#666666;
}
a.links:active{
text-decoration:none;
color:#333333;
}

/* LINKS PARA O SITE  */

a.linkgeral:link{
text-decoration:none;
color:#006600;
}
a.linkgeral:visited{
text-decoration:none;
color:#006600;
}
a.linkgeral:hover{
text-decoration:none;
color:#00CC33;
}
a.linkgeral:active{
text-decoration:none;
color:#006600;
}

